Searched refs:BusCenterServerProxyDeInit (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_test.cpp | 78 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 106 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 139 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 162 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 181 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 265 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 287 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 306 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 459 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()).WillRepeatedly(Return()); in HWTEST_F() 490 EXPECT_CALL(busCentManagerMock, BusCenterServerProxyDeInit()) in HWTEST_F() [all...] |
H A D | client_bus_center_manager_mock.cpp | 48 void BusCenterServerProxyDeInit(void) in BusCenterServerProxyDeInit() function 50 return GetBusCenterManagerInterface()->BusCenterServerProxyDeInit(); in BusCenterServerProxyDeInit()
|
H A D | client_bus_center_manager_mock.h | 34 virtual void BusCenterServerProxyDeInit(void); 59 MOCK_METHOD0(BusCenterServerProxyDeInit, void ());
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/ |
H A D | bus_center_server_proxy.h | 32 void BusCenterServerProxyDeInit(void);
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/ |
H A D | bus_center_server_proxy.c | 32 void BusCenterServerProxyDeInit(void) in BusCenterServerProxyDeInit() function
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_server_proxy_frame.cpp | 180 BusCenterServerProxyDeInit(); in ClientDeathProcTask()
|
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | softbus_client_stub.c | 129 BusCenterServerProxyDeInit(); in DeathProcTask()
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy.cpp | 88 void BusCenterServerProxyDeInit(void) in BusCenterServerProxyDeInit() function
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/ |
H A D | bus_center_server_proxy.c | 211 void BusCenterServerProxyDeInit(void) in BusCenterServerProxyDeInit() function
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 597 BusCenterServerProxyDeInit(); in BusCenterClientDeinit()
|
Completed in 7 milliseconds