Home
last modified time | relevance | path

Searched refs:ClinetOnNodeBasicInfoChanged (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dbus_center_ipc_mock.h57 … virtual int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type) = 0;
91 MOCK_METHOD3(ClinetOnNodeBasicInfoChanged, int32_t(void *, uint32_t, int32_t));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dbus_center_ipc_mock.cpp142 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type) in ClinetOnNodeBasicInfoChanged() function
144 return BusCenterIpcInterfaceInstance()->ClinetOnNodeBasicInfoChanged(info, infoTypeLen, type); in ClinetOnNodeBasicInfoChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/include/
H A Dbus_center_client_proxy.h33 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy.h40 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp76 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type) in ClinetOnNodeBasicInfoChanged() function
H A Dlnn_bus_center_ipc.cpp486 return ClinetOnNodeBasicInfoChanged(info, infoTypeLen, type); in LnnIpcNotifyBasicInfoChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dbus_center_client_proxy.c177 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type) in ClinetOnNodeBasicInfoChanged() function
H A Dlnn_bus_center_ipc.c435 return ClinetOnNodeBasicInfoChanged(info, infoTypeLen, type); in LnnIpcNotifyBasicInfoChanged()