Searched refs:CallDeviceList (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/ |
H A D | native_devicemanager_js.h | 265 static napi_value CallDeviceList(napi_env env, napi_callback_info info,
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/include/ |
H A D | native_devicemanager_js.h | 376 static napi_value CallDeviceList(napi_env env, napi_callback_info info,
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 1093 napi_value DeviceManagerNapi::CallDeviceList(napi_env env, napi_callback_info info, in CallDeviceList() function in DeviceManagerNapi 1103 LOGI("CallDeviceList for argc %{public}zu Type = %{public}d", argc, (int)eventHandleType); in CallDeviceList() 1198 return CallDeviceList(env, info, deviceBasicInfoListAsyncCallbackInfo); in GetAvailableDeviceList()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 1926 napi_value DeviceManagerNapi::CallDeviceList(napi_env env, napi_callback_info info,
in CallDeviceList() function in DeviceManagerNapi 1936 LOGI("CallDeviceList for argc %{public}zu Type = %{public}d", argc, (int)eventHandleType);
in CallDeviceList() 1942 LOGI("CallDeviceList for argc %{public}zu Type = %{public}d", argc, (int)eventHandleType);
in CallDeviceList() 2084 return CallDeviceList(env, info, deviceInfoListAsyncCallbackInfo);
in GetTrustedDeviceList()
|
Completed in 11 milliseconds