Home
last modified time | relevance | path

Searched defs:propertyMap (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_init.cpp78 std::map<const char*, napi_value> propertyMap; in InitConstClassByName() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_init.cpp90 std::map<const char*, napi_value> propertyMap; in InitConstClassByName() local
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_init.cpp114 std::map<const char*, napi_value> propertyMap; in InitConstClassByName() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1161 map<string, string> propertyMap; variable
1190 map<string, string> propertyMap; variable
1220 map<string, string> propertyMap; variable
1251 map<string, string> propertyMap; variable
1282 map<string, string> propertyMap; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp724 bool ProfileUtils::IsPropertyValid(const std::map<std::string, std::string>& propertyMap, const std… in IsPropertyValid()
735 bool ProfileUtils::IsPropertyValid(const std::map<std::string, std::string>& propertyMap, const std… in IsPropertyValid()
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_manager_napi.cpp411 napi_value IntellVoiceManagerNapi::CreatePropertyBase(napi_env env, T &propertyMap, napi_ref ref) in CreatePropertyBase()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp278 auto& propertyMap = option.GetFloatPropertyAnimation(); in CreateSizeAnimation() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp298 std::map<std::string, std::string> propertyMap; in IsPropertyValidFuzzTest() local
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1447 napi_env env, const std::unordered_map<WindowType, SystemBarProperty>& propertyMap) in CreateJsSystemBarPropertyArrayObject()
H A Djs_scene_session.cpp1484 const std::unordered_map<WindowType, SystemBarProperty>& propertyMap) { in ProcessSystemBarPropertyChangeRegister()
3607 …on::OnSystemBarPropertyChange(const std::unordered_map<WindowType, SystemBarProperty>& propertyMap) in OnSystemBarPropertyChange()