/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_resource_test.cpp | 258 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap() argument
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_resource_test.cpp | 262 ResDesc *LoadFromHap(const char *hapPath, const std::shared_ptr<ResConfigImpl> defaultConfig, in LoadFromHap() argument
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | hap_resource.cpp | 64 HapResource::HapResource(const std::string path, time_t lastModTime, const ResConfig *defaultConfig, ResDesc *resDes) in HapResource() argument 86 const HapResource *HapResource::LoadFromIndex(const char *path, const ResConfigImpl *defaultConfig, bool system) in LoadFromIndex() argument
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 290 bool IsLocaleMatch(const ResConfigImpl *defaultConfig, const std::vector<KeyParam *> &keyParams) in IsLocaleMatch() argument 307 ParseKey(const char *buffer, uint32_t &offset, ResKey *key, bool &match, const ResConfigImpl *defaultConfig) ParseKey() argument 354 ParseResHex(const char *buffer, const size_t bufLen, ResDesc &resDesc, const ResConfigImpl *defaultConfig) ParseResHex() argument
|
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 335 CreateMsg(AppSpawnReqMsgHandle &reqHandle, const char *defaultConfig, uint32_t defMsgType) CreateMsg() argument
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 78 Load(const char *path, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) Load() argument 99 LoadFromIndex(const char *path, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) LoadFromIndex() argument 188 LoadFromHap(const char *path, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) LoadFromHap() argument 221 LoadOverlays(const std::string &path, const std::vector<std::string> &overlayPaths, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem) LoadOverlays() argument 302 Init(std::shared_ptr<ResConfigImpl> &defaultConfig) Init() argument 337 InitMap(const std::shared_ptr<ResKey> &resKey, const std::pair<std::string, std::string> &resPath, std::shared_ptr<ResConfigImpl> &defaultConfig) InitMap() argument 379 InitIdList(std::shared_ptr<ResConfigImpl> &defaultConfig) InitIdList() argument 536 IsAppDarkRes(const std::shared_ptr<HapResource::ValueUnderQualifierDir> &limitPath, std::shared_ptr<ResConfigImpl> &defaultConfig) IsAppDarkRes() argument [all...] |
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 551 ParseKey(const char *buffer, uint32_t &offset, std::shared_ptr<ResKey> key, bool &match, const std::shared_ptr<ResConfigImpl> defaultConfig, const std::string &deviceType, const uint32_t &selectedTypes) ParseKey() argument 605 ParseResHex(const char *buffer, const size_t bufLen, ResDesc &resDesc, const std::shared_ptr<ResConfigImpl> defaultConfig, const uint32_t &selectedTypes) ParseResHex() argument
|