Searched refs:napiName (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | ui_observer_listener.cpp | 90 napi_value napiName = nullptr; in OnRouterPageStateChange() local 95 napi_create_string_utf8(env_, pageInfo.name.c_str(), pageInfo.name.length(), &napiName); in OnRouterPageStateChange() 101 napi_set_named_property(env_, objValue, "name", napiName); in OnRouterPageStateChange() 670 napi_value napiName = nullptr; in CreateNavDestinationInfoObj() local 675 napi_create_string_utf8(env_, info.name.c_str(), info.name.length(), &napiName); in CreateNavDestinationInfoObj() 680 napi_set_named_property(env_, objValue, "name", napiName); in CreateNavDestinationInfoObj()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 1925 napi_value napiName = nullptr; in CreateDeviceManager() local 1928 napi_create_string_utf8(env, bundleName.c_str(), NAPI_AUTO_LENGTH, &napiName); in CreateDeviceManager() 1929 napi_status status = napi_new_instance(env, ctor, DM_NAPI_ARGS_ONE, &napiName, &result); in CreateDeviceManager()
|
Completed in 5 milliseconds