Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dhap_resource.cpp35 HapResource *hapResource) : hapResource_(hapResource) in ValueUnderQualifierDir()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test.cpp272 auto hapResource = std::make_shared<HapResourceV1>("/data/test/non_exist", 0, nullptr); variable
322 auto hapResource = std::make_shared<HapResourceV2>("/data/test/non_exist", 0); variable
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dresource_manager_test.cpp312 HapResource *hapResource = new HapResource("/data/test/non_exist", 0, nullptr, nullptr); variable