Searched refs:aType (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | property_types.h | 141 #define DECLARE_PROPERTY_TYPE(aType) \ argument 144 struct is_defined<aType> : BASE_NS::true_type { \ 148 inline constexpr auto PropertyTypeDeclFromType<const aType, BASE_NS::false_type>() \ 150 return PROPERTYTYPE(aType); \ 153 inline constexpr auto PropertyTypeDeclFromType<const aType, BASE_NS::true_type>() \ 155 return PROPERTYTYPE_ARRAY(aType); \ 158 inline constexpr auto PropertyTypeDeclFromType<aType, BASE_NS::false_type>() \ 160 return PROPERTYTYPE(aType); \ 163 inline constexpr auto PropertyTypeDeclFromType<aType, BASE_NS::true_type>() \ 165 return PROPERTYTYPE_ARRAY(aType); \
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_focus_parser.cpp | 291 char *aType = reinterpret_cast<char*>(xmlGetProp(currNode, in AddAllowedFocusEntry() local 302 std::string aTypeStr(aType); in AddAllowedFocusEntry() 323 xmlFree(aType); in AddAllowedFocusEntry()
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_napi.cpp | 157 auto aType = ARKTS_GetValueType(env, a); in ARKTS_StrictEqual() local 159 if (aType != bType) { in ARKTS_StrictEqual() 162 if (aType == N_UNDEFINED || aType == N_NULL) { in ARKTS_StrictEqual() 165 switch (aType) { in ARKTS_StrictEqual()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_monitor.h | 104 …void InitRecord(const std::string& sId, PerfActionType aType, PerfSourceType sType, const std::str…
|
H A D | perf_monitor.cpp | 176 void SceneRecord::InitRecord(const std::string& sId, PerfActionType aType, PerfSourceType sType, co… in InitRecord() argument 180 actionType = aType; in InitRecord()
|