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 D | bus_center_ipc_mock.h | 57 … 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 D | bus_center_ipc_mock.cpp | 142 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 D | bus_center_client_proxy.h | 33 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy.h | 40 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 76 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type) in ClinetOnNodeBasicInfoChanged() function
|
H A D | lnn_bus_center_ipc.cpp | 486 return ClinetOnNodeBasicInfoChanged(info, infoTypeLen, type); in LnnIpcNotifyBasicInfoChanged()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/ |
H A D | bus_center_client_proxy.c | 177 int32_t ClinetOnNodeBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type) in ClinetOnNodeBasicInfoChanged() function
|
H A D | lnn_bus_center_ipc.c | 435 return ClinetOnNodeBasicInfoChanged(info, infoTypeLen, type); in LnnIpcNotifyBasicInfoChanged()
|