Searched refs:NAPI_STRING (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | string_utils_test.cpp | 196 { ResourceManager::NapiValueType::NAPI_STRING, "hello" } 216 { ResourceManager::NapiValueType::NAPI_STRING, "hello" } 236 { ResourceManager::NapiValueType::NAPI_STRING, "hello" } 255 { ResourceManager::NapiValueType::NAPI_STRING, "hello" } 274 { ResourceManager::NapiValueType::NAPI_STRING, "hello" }
|
H A D | resource_manager_test_string.cpp | 323 {ResourceManager::NapiValueType::NAPI_STRING, " 你好"}}; 341 {{ResourceManager::NapiValueType::NAPI_STRING, " 你好"}, 420 {ResourceManager::NapiValueType::NAPI_STRING, "world"}, 421 {ResourceManager::NapiValueType::NAPI_STRING, "你好,"}}; 472 {{ResourceManager::NapiValueType::NAPI_STRING, "hhh"}}; 491 {{ResourceManager::NapiValueType::NAPI_STRING, "hhh"}}; 682 {ResourceManager::NapiValueType::NAPI_STRING, "\"abc\""}}; 789 {ResourceManager::NapiValueType::NAPI_STRING, "world"}, 790 {ResourceManager::NapiValueType::NAPI_STRING, "你好,"}}; 837 {{ResourceManager::NapiValueType::NAPI_STRING, "hhh"}}; [all …]
|
/ohos5.0/base/startup/appspawn/test/mock/ |
H A D | resource_manager.h | 56 NAPI_STRING = 1 enumerator
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | string_utils.cpp | 101 jsParams.emplace_back(ResourceManager::NapiValueType::NAPI_STRING, temp); in getJsParams() 121 jsParams.emplace_back(ResourceManager::NapiValueType::NAPI_STRING, temp); in getJsParams() 253 if (paramType != ResourceManager::NapiValueType::NAPI_STRING) { in GetReplaceStr()
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 62 NAPI_STRING = 1 enumerator
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_sync_impl.cpp | 260 … jsParams.push_back(std::make_tuple(ResourceManager::NapiValueType::NAPI_STRING, buf.data())); in InitParamsFromParamArray()
|