Home
last modified time | relevance | path

Searched refs:AuthCheckMetaExist (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h117 virtual int32_t AuthCheckMetaExist(const AuthConnInfo *connInfo, bool *isExist) = 0;
183 MOCK_METHOD2(AuthCheckMetaExist, int32_t (const AuthConnInfo *connInfo, bool *isExist));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp449 int32_t AuthCheckMetaExist(const AuthConnInfo *connInfo, bool *isExist) in AuthCheckMetaExist() function
451 return GetLaneDepsInterface()->AuthCheckMetaExist(connInfo, isExist); in AuthCheckMetaExist()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h222 int32_t AuthCheckMetaExist(const AuthConnInfo *connInfo, bool *isExist);
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c718 int32_t AuthCheckMetaExist(const AuthConnInfo *connInfo, bool *isExist) in AuthCheckMetaExist() function
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c1071 if (AuthCheckMetaExist(&connInfo, &isExist) != SOFTBUS_OK) { in IsMetaAuthExist()

Completed in 10 milliseconds