Home
last modified time | relevance | path

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 Dstring_utils_test.cpp196 { 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 Dresource_manager_test_string.cpp323 {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 Dresource_manager.h56 NAPI_STRING = 1 enumerator
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp101 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 Dresource_manager.h62 NAPI_STRING = 1 enumerator
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp260 … jsParams.push_back(std::make_tuple(ResourceManager::NapiValueType::NAPI_STRING, buf.data())); in InitParamsFromParamArray()