Home
last modified time | relevance | path

Searched refs:g_hapPath (Results 1 – 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dtest_common.h31 static const char *g_hapPath = "all.hap"; variable
Dresource_manager_test_hap.cpp471 HapResource *tmp = new HapResource(FormatFullPath(g_hapPath).c_str(), 0, nullptr);
486 HapResource *tmp = new HapResource(FormatFullPath(g_hapPath).c_str(), 0, nullptr);
501 HapResource *tmp = new HapResource(FormatFullPath(g_hapPath).c_str(), 0, nullptr);
516 HapResource *tmp = new HapResource(FormatFullPath(g_hapPath).c_str(), 0, nullptr);
531 HapResource *tmp = new HapResource(FormatFullPath(g_hapPath).c_str(), 0, nullptr);
546 HapResource *tmp = new HapResource(FormatFullPath(g_hapPath).c_str(), 0, nullptr);
786 bool ret = rm->AddResource(FormatFullPath(g_hapPath).c_str());
811 bool ret = rm->AddResource(FormatFullPath(g_hapPath).c_str());
1006 bool ret = rm->AddResource(FormatFullPath(g_hapPath).c_str());
Dhap_manager_test.cpp177 bool ret = hapManager->AddResourcePath(FormatFullPath(g_hapPath).c_str());
219 bool ret = hapManager->AddResourcePath(FormatFullPath(g_hapPath).c_str());
Dresource_manager_test_common.cpp109 bool ret = rm->AddResource(FormatFullPath(g_hapPath).c_str()); in AddHapResource()