Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource_v1.cpp81 bool HapResourceV1::Init(std::shared_ptr<ResConfigImpl> &defaultConfig) in Init()
154 RState HapResourceV1::Update(std::shared_ptr<ResConfigImpl> &defaultConfig) in Update()
216 bool HapResourceV1::InitIdList(std::shared_ptr<ResConfigImpl> &defaultConfig) in InitIdList()
243 std::shared_ptr<ResConfigImpl> &defaultConfig) in InitMap()
285 std::shared_ptr<ResConfigImpl> &defaultConfig) in IsAppDarkRes()
300 RState HapResourceV1::UpdateResConfig(std::shared_ptr<ResConfigImpl> &defaultConfig) in UpdateResConfig()
Dhap_resource_manager.cpp70std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, uint32_t selectedTyp… in Load()
115 std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem) in LoadOverlays()
Dhap_resource.cpp68 RState HapResource::Update(std::shared_ptr<ResConfigImpl> &defaultConfig) in Update()
Dhap_parser_v1.cpp69 HapParserV1::HapParserV1(std::shared_ptr<ResConfigImpl> &defaultConfig, uint32_t selectedTypes, in HapParserV1()
/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/account/os_account/services/accountmgr/src/osaccount/
Dos_account_static_subscriber_manager.cpp50 std::map<OsAccountState, std::set<std::string>> defaultConfig; in OsAccountStaticSubscriberManager() local
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_resource_test.cpp255 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_resource_test.cpp253 int32_t LoadFromHap(const char *hapPath, std::shared_ptr<ResConfigImpl> defaultConfig, in LoadFromHap()
/base/startup/appspawn/test/moduletest/
Dappspawn_test_cmder.cpp335 const char *defaultConfig, uint32_t defMsgType) in CreateMsg()