Home
last modified time | relevance | path

Searched refs:JsToDiscoverTargetType (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Ddm_native_util.h61 bool JsToDiscoverTargetType(napi_env env, const napi_value &object, int32_t &discoverTargetType);
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp339 bool JsToDiscoverTargetType(napi_env env, const napi_value &object, int32_t &discoverTargetType) in JsToDiscoverTargetType() function
H A Dnative_devicemanager_js.cpp1425 if (!JsToDiscoverTargetType(env, argv[DM_NAPI_ARGS_ZERO], discoverTargetType) || discoverTargetType != 1) { in StartDeviceDiscover()
1430 if (!JsToDiscoverTargetType(env, argv[DM_NAPI_ARGS_ZERO], discoverTargetType) || discoverTargetType != 1) { in StartDeviceDiscover()

Completed in 5 milliseconds