Home
last modified time | relevance | path

Searched refs:IsRawDirFromHap (Results 1 - 11 of 11) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h210 static RState IsRawDirFromHap(const char *hapPath, const std::string &pathName, bool &outValue);
H A Dhap_manager.h372 RState IsRawDirFromHap(const std::string &pathName, bool &outValue);
H A Dresource_manager_impl.h692 virtual RState IsRawDirFromHap(const std::string &pathName, bool &outValue);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_parser_test.cpp430 * @tc.desc: Test IsRawDirFromHap
437 RState state = HapParser::IsRawDirFromHap(hapPath.c_str(), "", outValue); in HWTEST_F()
444 * @tc.desc: Test IsRawDirFromHap
451 RState state = HapParser::IsRawDirFromHap(hapPath.c_str(), "test", outValue); in HWTEST_F()
H A Dresource_manager_test.cpp1992 * @tc.desc: Test IsRawDirFromHap function
1999 RState state = rm->IsRawDirFromHap("test_rawfile.txt", ret); in HWTEST_F()
2005 * @tc.desc: Test IsRawDirFromHap function
2012 RState state = rm->IsRawDirFromHap("no_test_rawfile.txt", ret); in HWTEST_F()
/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h224 virtual RState IsRawDirFromHap(const std::string &pathName, bool &outValue) = 0;
/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp646 RState state = mgr->resManager->IsRawDirFromHap(path, result); in OH_ResourceManager_IsRawDir()
H A Dresource_manager_impl.cpp1692 RState ResourceManagerImpl::IsRawDirFromHap(const std::string &pathName, bool &outValue) in IsRawDirFromHap() function in OHOS::Global::Resource::ResourceManagerImpl
1694 return hapManager_->IsRawDirFromHap(pathName, outValue); in IsRawDirFromHap()
H A Dhap_manager.cpp1180 RState HapManager::IsRawDirFromHap(const std::string &pathName, bool &outValue) in IsRawDirFromHap() function in OHOS::Global::Resource::HapManager
1189 RState state = HapParser::IsRawDirFromHap(tempPath.c_str(), pathName, outValue); in IsRawDirFromHap()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp877 RState HapParser::IsRawDirFromHap(const char *hapPath, const std::string &pathName, bool &outValue) in IsRawDirFromHap() function in OHOS::Global::Resource::HapParser
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp1261 RState state = dataContext->addon_->GetResMgr()->IsRawDirFromHap(dataContext->path_, in IsRawDir()

Completed in 19 milliseconds