Home
last modified time | relevance | path

Searched refs:AuthGetMetaType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp184 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) in AuthGetMetaType() function
186 return GetTransAuthInterface()->AuthGetMetaType(authId, isMetaAuth); in AuthGetMetaType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h68 virtual int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) = 0;
131 MOCK_METHOD2(AuthGetMetaType, int32_t (int64_t, bool *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h87 virtual int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) = 0;
152 MOCK_METHOD2(AuthGetMetaType, int32_t (int64_t, bool *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.h62 virtual int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) = 0;
144 MOCK_METHOD2(AuthGetMetaType, int32_t (int64_t, bool *));
H A Dwifi_direct_mock.cpp111 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) in AuthGetMetaType() function
113 return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->AuthGetMetaType(authId, isMetaAuth); in AuthGetMetaType()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c234 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) in AuthGetMetaType() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp324 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) in AuthGetMetaType() function
326 return GetLaneDepsInterface()->AuthGetMetaType(authId, isMetaAuth); in AuthGetMetaType()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h209 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp64 int32_t ret = AuthGetMetaType(handle_.authId, &isMeta); in IsMeta()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp191 int32_t ret = AuthGetMetaType(authId, nullptr);
193 ret = AuthGetMetaType(authId, &isMetaAuth);
H A Dauth_test.cpp1318 ret = AuthGetMetaType(authId, nullptr);
1320 ret = AuthGetMetaType(authId, &isMetaAuth);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c608 int32_t AuthGetMetaType(int64_t authId, bool *isMetaAuth) in AuthGetMetaType() function