Home
last modified time | relevance | path

Searched refs:cppValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/test/unittest/
H A Dmedical_js_test.cpp90 uint32_t cppValue = UINT32_MAX; variable
92 napi_create_uint32(env, cppValue, &napiValue);
108 const char cppValue[] = "中文,English,123456,!@#"; variable
109 size_t cppValueStrLength = strlen(cppValue);
111 napi_create_string_utf8(env, cppValue, cppValueStrLength, &napiValue);
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp1957 std::string cppValue = temp; in Set() local
1962 *(it + 1) = cppValue; in Set()
1974 searchParams.push_back(cppValue); in Set()