Home
last modified time | relevance | path

Searched refs:resDes (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_resource.h174 HapResource(const std::string path, time_t lastModTime, const ResConfig *defaultConfig, ResDesc *resDes);
/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, ResDesc *resDes) in HapResource() argument
65 : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), defaultConfig_(defaultConfig) in HapResource()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h328 HapResource(const std::string path, time_t lastModTime, std::shared_ptr<ResDesc> resDes,
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp68 HapResource::HapResource(const std::string path, time_t lastModTime, std::shared_ptr<ResDesc> resDes, in HapResource() argument
69 bool isSystem, bool isOverlay) : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), in HapResource()

Completed in 4 milliseconds