Searched refs:STRINGARRAY (Results 1 – 15 of 15) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 70 STRINGARRAY = 10, enumerator
|
D | global_utils.h | 52 STRINGARRAY = 10, enumerator
|
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/ |
D | res_common.h | 89 STRINGARRAY = 10, enumerator
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_value.h | 42 STRINGARRAY, enumerator
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 276 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()
|
D | webview_javascript_execute_callback.cpp | 256 case NWebValue::Type::STRINGARRAY: in ConvertToJsType()
|
/base/global/resource_management/frameworks/resmgr/include/ |
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/ |
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/interfaces/kits/napi/common/ |
D | napi_parse_utils.cpp | 381 { NWebValue::Type::STRINGARRAY, ConvertToNapiHandlerOfStringArray }, in ConvertNWebToNapiValue()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | resource_manager_test_common.cpp | 294 int id = GetResId(name, ResType::STRINGARRAY); in TestGetStringArrayById()
|
D | resource_manager_performance_test.cpp | 461 int id = GetResId("size", ResType::STRINGARRAY);
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | resource_manager_impl.cpp | 172 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/ |
D | resource_manager_performance_test.cpp | 449 int id = GetResId("size", ResType::STRINGARRAY);
|
D | resource_manager_test.cpp | 551 id = GetResId("size", ResType::STRINGARRAY);
|