Home
last modified time | relevance | path

Searched defs:hapManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_manager_test.cpp73 HapManager *hapManager = new HapManager(std::make_shared<ResConfigImpl>()); variable
106 HapManager *hapManager = new HapManager(std::make_shared<ResConfigImpl>()); variable
171 HapManager *hapManager = new HapManager(std::make_shared<ResConfigImpl>()); variable
213 HapManager *hapManager = new HapManager(std::make_shared<ResConfigImpl>()); variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_manager_test.cpp72 HapManager *hapManager = new HapManager(new ResConfigImpl); variable
105 HapManager *hapManager = new HapManager(new ResConfigImpl); variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal.cpp162 HapManager hapManager(resConfig); in GLOBAL_GetValueById() local
195 HapManager hapManager(resConfig); in GLOBAL_GetValueByName() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp83 bool ResourceManagerImpl::Init(std::shared_ptr<HapManager> hapManager) in Init()