Searched refs:IsRawDirFromHap (Results 1 - 11 of 11) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 210 static RState IsRawDirFromHap(const char *hapPath, const std::string &pathName, bool &outValue);
|
H A D | hap_manager.h | 372 RState IsRawDirFromHap(const std::string &pathName, bool &outValue);
|
H A D | resource_manager_impl.h | 692 virtual RState IsRawDirFromHap(const std::string &pathName, bool &outValue);
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_parser_test.cpp | 430 * @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 D | resource_manager_test.cpp | 1992 * @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 D | resource_manager.h | 224 virtual RState IsRawDirFromHap(const std::string &pathName, bool &outValue) = 0;
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | raw_file_manager.cpp | 646 RState state = mgr->resManager->IsRawDirFromHap(path, result);
in OH_ResourceManager_IsRawDir()
|
H A D | resource_manager_impl.cpp | 1692 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 D | hap_manager.cpp | 1180 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 D | hap_parser.cpp | 877 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 D | resource_manager_napi_sync_impl.cpp | 1261 RState state = dataContext->addon_->GetResMgr()->IsRawDirFromHap(dataContext->path_, in IsRawDir()
|
Completed in 19 milliseconds