Searched refs:PROF (Results 1 - 12 of 12) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 80 PROF = 20, enumerator
|
H A D | global_utils.h | 62 PROF = 20,
enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 100 PROF = 20, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 544 return GetRawFile(qd, ResType::PROF, outValue); in GetProfileById() 549 auto qd = hapManager_->FindQualifierValueByName(name, ResType::PROF); in GetProfileByName() 553 return GetRawFile(qd, ResType::PROF, outValue); in GetProfileByName()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1011 RState state = hapManager_->GetFilePath(qd, ResType::PROF, outValue); in GetProfileById() 1017 auto qd = hapManager_->FindQualifierValueByName(name, ResType::PROF, isOverrideResMgr_); in GetProfileByName() 1023 RState state = hapManager_->GetFilePath(qd, ResType::PROF, outValue); in GetProfileByName() 1334 auto qd = hapManager_->FindQualifierValueByName(name, ResType::PROF, isOverrideResMgr_); in GetProfileDataByName()
|
H A D | hap_manager.cpp | 644 std::string filePath = GetFilePathFromHap(extractor, qd, ResType::PROF); in GetProfileData() 1075 {"profile", PROF},
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_hap.cpp | 562 int id = rmc->GetResId("test_profile", ResType::PROF); in HWTEST_F()
|
H A D | resource_manager_test_common.cpp | 205 int id = GetResId("test_profile", ResType::PROF); in TestGetProfileById()
|
H A D | resource_manager_performance_test.cpp | 1033 int id = GetResId("test_profile", ResType::PROF); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 58 {PROF, SELECT_PROF},
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_test.cpp | 1403 int id = GetResId("test_common", ResType::PROF); in HWTEST_F()
|
H A D | resource_manager_performance_test.cpp | 1026 int id = GetResId("test_common", ResType::PROF); in HWTEST_F()
|
Completed in 18 milliseconds