Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource_manager.cpp55 std::shared_ptr<HapResource> hapResource = hapResourceMap_[path].lock(); in PutPatchResource() local
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dhap_resource.cpp35 HapResource *hapResource) : hapResource_(hapResource) in ValueUnderQualifierDir()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dresource_manager_test.cpp318 HapResource *hapResource = new HapResource("/data/test/non_exist", 0, nullptr, nullptr); variable
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test.cpp277 auto hapResource = std::make_shared<HapResource>("/data/test/non_exist", 0, nullptr); variable