Searched refs:DumpDeviceInfo (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_dfinder_hidump.h | 38 int DumpDeviceInfo(const DeviceInfo *info, char *buf, int size, uint8_t remote);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_dfinder_hidump.c | 205 int DumpDeviceInfo(const DeviceInfo *info, char *buf, int size, uint8_t remote) in DumpDeviceInfo() function 241 ret = DumpDeviceInfo(GetLocalDeviceInfo(), msg->buf, msg->size, NSTACKX_FALSE); in DumpLocalDeviceInfoInner()
|
H A D | nstackx_device_remote.c | 841 int ret = DumpDeviceInfo(&node->deviceInfo, buf + index, len - index, NSTACKX_TRUE); in DumpRemoteNode()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/ |
H A D | native_devicemanager_js.h | 274 static int32_t DumpDeviceInfo(DeviceBasicInfoListAsyncCallbackInfo *deviceBasicInfoListAsyncCallbackInfo);
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 993 int32_t DeviceManagerNapi::DumpDeviceInfo( in DumpDeviceInfo() function in DeviceManagerNapi 1013 if (DumpDeviceInfo(deviceBasicInfoListAsyncCallbackInfo) != DM_OK) { in CallGetAvailableDeviceListStatus()
|
Completed in 7 milliseconds