Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource.cpp76std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in Load()
133std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in LoadFromIndex()
210std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in LoadFromHap()
253 …const std::vector<std::string> &overlayPaths, std::shared_ptr<ResConfigImpl> &defaultConfig, bool … in LoadOverlays()
335 bool HapResource::Init(std::shared_ptr<ResConfigImpl> &defaultConfig) in Init()
372 std::shared_ptr<ResConfigImpl> &defaultConfig) in InitMap()
413 bool HapResource::InitIdList(std::shared_ptr<ResConfigImpl> &defaultConfig) in InitIdList()
532 std::shared_ptr<ResConfigImpl> &defaultConfig) in IsAppDarkRes()
552 RState HapResource::UpdateResConfig(std::shared_ptr<ResConfigImpl> &defaultConfig) in UpdateResConfig()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
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()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
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()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_resource_test.cpp258 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_resource_test.cpp239 ResDesc *LoadFromHap(const char *hapPath, const std::shared_ptr<ResConfigImpl> defaultConfig, in LoadFromHap()
/base/startup/appspawn/test/moduletest/
Dappspawn_test_cmder.cpp336 const char *defaultConfig, uint32_t defMsgType) in CreateMsg()