/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 70 STRINGARRAY = 10, enumerator
|
H A D | global_utils.h | 52 STRINGARRAY = 10,
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 | 90 STRINGARRAY = 10, 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/web/webview/interfaces/kits/cj/src/ |
H A D | webview_javascript_execute_callback.cpp | 40 case NWebValue::Type::STRINGARRAY: in ConvertToJsType()
|
H A D | webview_message_ffi.cpp | 285 if (data->GetType() == NWebValue::Type::STRINGARRAY) { in ConvertToCArr()
|
/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_controller_impl.h | 306 nwebType = NWeb::NWebValue::Type::STRINGARRAY; in SetType() 340 case NWeb::NWebValue::Type::STRINGARRAY: in ConvertNwebType2JsType() 406 data_->SetType(NWeb::NWebValue::Type::STRINGARRAY); in SetStringArray()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 134 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::STRINGARRAY); in GetStringArrayByName() 141 if (idItem == nullptr || idItem->resType_ != ResType::STRINGARRAY) { in GetStringArray()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_value.h | 56 STRINGARRAY, member in OHOS::NWeb::NWebValue::Type
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 508 data_->SetType(NWebValue::Type::STRINGARRAY); in SetStringArray()
|
H A D | webview_javascript_execute_callback.cpp | 256 case NWebValue::Type::STRINGARRAY: in ConvertToJsType()
|
H A D | webview_controller.cpp | 2084 nwebType = NWebValue::Type::STRINGARRAY; in SetType() 2118 case NWebValue::Type::STRINGARRAY: in ConvertNwebType2JsType()
|
/base/web/webview/interfaces/kits/napi/common/ |
H A D | napi_parse_utils.cpp | 437 { NWebValue::Type::STRINGARRAY, ConvertToNapiHandlerOfStringArray }, in ConvertNWebToNapiValue()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_common.cpp | 403 int id = GetResId(name, ResType::STRINGARRAY); in TestGetStringArrayById()
|
H A D | resource_manager_performance_test.cpp | 456 int id = GetResId("size", ResType::STRINGARRAY); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 221 name, ResType::STRINGARRAY, isOverrideResMgr_); in GetStringArrayByName() 236 if (idItem == nullptr || idItem->resType_ != ResType::STRINGARRAY) { in GetStringArray()
|
H A D | hap_manager.cpp | 1067 {"strarray", STRINGARRAY},
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 50 {STRINGARRAY, SELECT_STRINGARRAY},
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_test.cpp | 551 id = GetResId("size", ResType::STRINGARRAY); in HWTEST_F()
|
H A D | resource_manager_performance_test.cpp | 449 int id = GetResId("size", ResType::STRINGARRAY); in HWTEST_F()
|