Home
last modified time | relevance | path

Searched refs:STRINGARRAY (Results 1 - 21 of 21) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h70 STRINGARRAY = 10, enumerator
H A Dglobal_utils.h52 STRINGARRAY = 10, enumerator
H A Dres_desc.h58 if (type == ResType::STRINGARRAY || type == ResType::INTARRAY || type == ResType::THEME || in IsArrayOfType()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h90 STRINGARRAY = 10, enumerator
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_desc.h59 if (type == ResType::STRINGARRAY || type == ResType::INTARRAY || type == ResType::THEME || in IsArrayOfType()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_execute_callback.cpp40 case NWebValue::Type::STRINGARRAY: in ConvertToJsType()
H A Dwebview_message_ffi.cpp285 if (data->GetType() == NWebValue::Type::STRINGARRAY) { in ConvertToCArr()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h306 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 Dresource_manager_impl.cpp134 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 Dnweb_value.h56 STRINGARRAY, member in OHOS::NWeb::NWebValue::Type
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h508 data_->SetType(NWebValue::Type::STRINGARRAY); in SetStringArray()
H A Dwebview_javascript_execute_callback.cpp256 case NWebValue::Type::STRINGARRAY: in ConvertToJsType()
H A Dwebview_controller.cpp2084 nwebType = NWebValue::Type::STRINGARRAY; in SetType()
2118 case NWebValue::Type::STRINGARRAY: in ConvertNwebType2JsType()
/base/web/webview/interfaces/kits/napi/common/
H A Dnapi_parse_utils.cpp437 { NWebValue::Type::STRINGARRAY, ConvertToNapiHandlerOfStringArray }, in ConvertNWebToNapiValue()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp403 int id = GetResId(name, ResType::STRINGARRAY); in TestGetStringArrayById()
H A Dresource_manager_performance_test.cpp456 int id = GetResId("size", ResType::STRINGARRAY); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp221 name, ResType::STRINGARRAY, isOverrideResMgr_); in GetStringArrayByName()
236 if (idItem == nullptr || idItem->resType_ != ResType::STRINGARRAY) { in GetStringArray()
H A Dhap_manager.cpp1067 {"strarray", STRINGARRAY},
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp50 {STRINGARRAY, SELECT_STRINGARRAY},
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp551 id = GetResId("size", ResType::STRINGARRAY); in HWTEST_F()
H A Dresource_manager_performance_test.cpp449 int id = GetResId("size", ResType::STRINGARRAY); in HWTEST_F()

Completed in 27 milliseconds