Home
last modified time | relevance | path

Searched refs:DeviceInfoToJsArray (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H A Dnative_devicemanager_js.h306 static void DeviceInfoToJsArray(const napi_env &env,
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp917 void DeviceManagerNapi::DeviceInfoToJsArray(const napi_env &env, const std::vector<DmDeviceInfo> &v… in DeviceInfoToJsArray() function in DeviceManagerNapi
1549DeviceInfoToJsArray(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()