Home
last modified time | relevance | path

Searched defs:defaultConfig (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp78std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in Load()
88std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in LoadFromIndex()
177std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in LoadFromHap()
210 …const std::vector<std::string> &overlayPaths, std::shared_ptr<ResConfigImpl> &defaultConfig, bool … in LoadOverlays()
290 bool HapResource::Init(std::shared_ptr<ResConfigImpl> &defaultConfig) in Init()
326 std::shared_ptr<ResConfigImpl> &defaultConfig) in InitMap()
367 bool HapResource::InitIdList(std::shared_ptr<ResConfigImpl> &defaultConfig) in InitIdList()
525 std::shared_ptr<ResConfigImpl> &defaultConfig) in IsAppDarkRes()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp64 HapResource::HapResource(const std::string path, time_t lastModTime, const ResConfig *defaultConfig in HapResource()
86 const HapResource *HapResource::LoadFromIndex(const char *path, const ResConfigImpl *defaultConfig,… in LoadFromIndex()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp290 bool IsLocaleMatch(const ResConfigImpl *defaultConfig, const std::vector<KeyParam *> &keyParams) in IsLocaleMatch()
308 bool &match, const ResConfigImpl *defaultConfig) in ParseKey()
355 const ResConfigImpl *defaultConfig) in ParseResHex()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_resource_test.cpp258 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap()
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_resource_test.cpp262 ResDesc *LoadFromHap(const char *hapPath, const std::shared_ptr<ResConfigImpl> defaultConfig) in LoadFromHap()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp65 std::shared_ptr<ResConfigImpl> defaultConfig; member
561 bool IsLocaleMatch(const std::shared_ptr<ResConfigImpl> defaultConfig, in IsLocaleMatch()
656const std::shared_ptr<ResConfigImpl> defaultConfig, const uint32_t &selectedTypes) in ParseResHex()
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp336 const char *defaultConfig, uint32_t defMsgType) in CreateMsg()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp981 std::string defaultConfig = "/system/etc/multimodalinput/ability_launch_config.json"; in ParseConfig() local
1001 std::string defaultConfig = "/system/etc/multimodalinput/exclude_keys_config.json"; in ParseExcludeConfig() local
1003 std::string defaultConfig = "/data/test/exclude_keys_config.json"; in ParseExcludeConfig() local
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp4315 std::string defaultConfig = "/system/etc/multimodalinput/white_list_config.json"; in UpdateDisplayInfo() local