Searched refs:C2ComponentAliasesSetting (Results 1 – 4 of 4) sorted by relevance
55 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
789 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, ¶ms); in init()791 C2ComponentAliasesSetting *aliasesSetting = in init()792 C2ComponentAliasesSetting::From(params[0].get()); in init()
133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
313 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting; typedef