Searched refs:CreateNapiValue (Results 1 – 3 of 3) sorted by relevance
/base/update/updateservice/test/unittest/update_client/ |
D | client_stub.cpp | 53 static napi_value CreateNapiValue(int type, const void *value) in CreateNapiValue() function 107 *result = CreateNapiValue(napi_string, str); in napi_create_string_utf8() 165 *result = CreateNapiValue(napi_object, nullptr); in napi_create_object() 176 *result = CreateNapiValue(napi_object, nullptr); in napi_create_array_with_length() 182 *result = CreateNapiValue(napi_number, &value); in napi_create_int32() 188 *result = CreateNapiValue(napi_number, &value); in napi_create_uint32() 200 *result = CreateNapiValue(napi_bigint, &value); in napi_create_int64() 248 *result = CreateNapiValue(napi_string, "10.50.40.92"); in napi_get_named_property() 250 *result = CreateNapiValue(napi_string, testEnv->clientContext.upgradeDevId.c_str()); in napi_get_named_property() 252 *result = CreateNapiValue(napi_string, testEnv->clientContext.controlDevId.c_str()); in napi_get_named_property() [all …]
|
/base/customization/config_policy/interfaces/kits/js/include/ |
D | config_policy_napi.h | 34 typedef napi_value (*CreateNapiValue)(napi_env env, ConfigAsyncContext &context); typedef 35 CreateNapiValue createValueFunc_;
|
/base/global/resmgr_standard/interfaces/js/innerkits/core/include/ |
D | resource_manager_addon.h | 96 typedef napi_value (*CreateNapiValue)(napi_env env, ResMgrAsyncContext &context); typedef 97 CreateNapiValue createValueFunc_;
|