Home
last modified time | relevance | path

Searched refs:STRINGARRAY (Results 1 – 15 of 15) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h70 STRINGARRAY = 10, enumerator
Dglobal_utils.h52 STRINGARRAY = 10, enumerator
Dres_desc.h58 if (type == ResType::STRINGARRAY || type == ResType::INTARRAY || type == ResType::THEME || in IsArrayOfType()
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h89 STRINGARRAY = 10, enumerator
/base/web/webview/ohos_nweb/include/
Dnweb_value.h42 STRINGARRAY, enumerator
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h276 nwebType = NWebValue::Type::STRINGARRAY; in SetType()
280 nwebType = NWebValue::Type::STRINGARRAY; in SetType()
314 case NWebValue::Type::STRINGARRAY: in ConvertNwebType2JsType()
380 data_->SetType(NWebValue::Type::STRINGARRAY); in SetStringArray()
Dwebview_javascript_execute_callback.cpp256 case NWebValue::Type::STRINGARRAY: in ConvertToJsType()
/base/global/resource_management/frameworks/resmgr/include/
Dres_desc.h59 if (type == ResType::STRINGARRAY || type == ResType::INTARRAY || type == ResType::THEME || in IsArrayOfType()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
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/interfaces/kits/napi/common/
Dnapi_parse_utils.cpp381 { NWebValue::Type::STRINGARRAY, ConvertToNapiHandlerOfStringArray }, in ConvertNWebToNapiValue()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test_common.cpp294 int id = GetResId(name, ResType::STRINGARRAY); in TestGetStringArrayById()
Dresource_manager_performance_test.cpp461 int id = GetResId("size", ResType::STRINGARRAY);
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp172 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::STRINGARRAY); in GetStringArrayByName()
187 if (idItem == nullptr || idItem->resType_ != ResType::STRINGARRAY) { in GetStringArray()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dresource_manager_performance_test.cpp449 int id = GetResId("size", ResType::STRINGARRAY);
Dresource_manager_test.cpp551 id = GetResId("size", ResType::STRINGARRAY);