Searched refs:nameResult (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 532 napi_value nameResult = nullptr; in GetMessageUserByString() local 533 napi_get_named_property(env, result, "name", &nameResult); in GetMessageUserByString() 534 NAPI_CALL(env, napi_typeof(env, nameResult, &valuetype)); in GetMessageUserByString() 539 NAPI_CALL(env, napi_get_value_string_utf8(env, nameResult, str, STR_MAX_SIZE - 1, &strLen)); in GetMessageUserByString()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 939 napi_value nameResult = nullptr; in GetMessageUserByString() local 940 napi_get_named_property(env, result, "name", &nameResult); in GetMessageUserByString() 941 NAPI_CALL(env, napi_typeof(env, nameResult, &valuetype)); in GetMessageUserByString() 946 NAPI_CALL(env, napi_get_value_string_utf8(env, nameResult, str, STR_MAX_SIZE - 1, &strLen)); in GetMessageUserByString()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
H A D | test_worker.cpp | 258 std::string nameResult = worker->GetName(); variable 259 ASSERT_EQ(nameResult, "WorkerThread");
|