Searched refs:INTARRAY (Results 1 - 16 of 16) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 71 INTARRAY = 11, enumerator
|
H A D | global_utils.h | 53 INTARRAY = 11,
enumerator
|
H A D | res_desc.h | 58 if (type == ResType::STRINGARRAY || type == ResType::INTARRAY || type == ResType::THEME || in IsArrayOfType()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 91 INTARRAY = 11, enumerator
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | res_desc.h | 59 if (type == ResType::STRINGARRAY || type == ResType::INTARRAY || type == ResType::THEME || in IsArrayOfType()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 493 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::INTARRAY); in GetIntArrayByName() 500 if (idItem == nullptr || idItem->resType_ != ResType::INTARRAY) { in GetIntArray()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_resource_test.cpp | 250 idv = pResource->GetIdValuesByName(std::string("intarray_1"), ResType::INTARRAY); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 1254 int id = GetResId("intarray_1", ResType::INTARRAY); in HWTEST_F()
|
H A D | resource_manager_performance_test.cpp | 916 int id = GetResId("intarray_1", ResType::INTARRAY); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_resource_test.cpp | 254 idv = pResource->GetIdValuesByName(std::string("intarray_1"), ResType::INTARRAY); in HWTEST_F()
|
H A D | resource_manager_test_common.cpp | 610 int id = GetResId(intarray1, ResType::INTARRAY); in TestGetIntArrayById()
|
H A D | resource_manager_performance_test.cpp | 923 int id = GetResId("intarray_1", ResType::INTARRAY); in HWTEST_F()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 61 INTARRAY, member in OHOS::NWeb::ResourceType
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 941 const std::shared_ptr<IdItem> idItem = hapManager_->FindResourceByName(name, ResType::INTARRAY, isOverrideResMgr_); in GetIntArrayByName() 948 if (idItem == nullptr || idItem->resType_ != ResType::INTARRAY) { in GetIntArray()
|
H A D | hap_manager.cpp | 1068 {"intarray", INTARRAY},
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 51 {INTARRAY, SELECT_INTARRAY},
|
Completed in 20 milliseconds