Home
last modified time | relevance | path

Searched refs:UnregAuthTransListener (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dauth_mock.cpp70 void UnregAuthTransListener(int32_t module) in UnregAuthTransListener() function
72 return GetAuthInterface()->UnregAuthTransListener(module); in UnregAuthTransListener()
H A Dauth_mock.h36 virtual void UnregAuthTransListener(int32_t module) = 0;
54 MOCK_METHOD1(UnregAuthTransListener, void (int32_t));
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp64 void UnregAuthTransListener(int32_t module) in UnregAuthTransListener() function
66 GetTransAuthInterface()->UnregAuthTransListener(module); in UnregAuthTransListener()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h37 virtual void UnregAuthTransListener(int32_t module) = 0;
102 MOCK_METHOD1(UnregAuthTransListener, void (int32_t));
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c91 void UnregAuthTransListener(int32_t module) in UnregAuthTransListener() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h181 void UnregAuthTransListener(int32_t module);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c898 UnregAuthTransListener(MODULE_P2P_NETWORKING_SYNC); in LnnDeinitSyncInfoManager()
900 UnregAuthTransListener(MODULE_AUTH_SYNC_INFO); in LnnDeinitSyncInfoManager()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c96 void UnregAuthTransListener(int32_t module) in UnregAuthTransListener() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1007 UnregAuthTransListener(MODULE_UDP_INFO);
2061 UnregAuthTransListener(MODULE_UDP_INFO);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c1191 UnregAuthTransListener(MODULE_UDP_INFO); in TransUdpChannelDeinit()