Searched refs:DeviceInfoToJsArray (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/include/ |
H A D | native_devicemanager_js.h | 306 static void DeviceInfoToJsArray(const napi_env &env,
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 917 void DeviceManagerNapi::DeviceInfoToJsArray(const napi_env &env, const std::vector<DmDeviceInfo> &v… in DeviceInfoToJsArray() function in DeviceManagerNapi 1549 … DeviceInfoToJsArray(env, deviceInfoListAsyncCallbackInfo->devList, (int32_t)i, array[1]); in CallGetTrustedDeviceListStatusSync() 1638 DeviceInfoToJsArray(env, deviceInfoListAsyncCallbackInfo->devList, i, array[1]); in CallGetTrustedDeviceListStatus() 1983 DeviceInfoToJsArray(env, devList, (int32_t)i, result); in GetTrustedDeviceListSync()
|