Searched refs:AuthCheckMetaExist (Results 1 – 5 of 5) sorted by relevance
116 virtual int32_t AuthCheckMetaExist(const AuthConnInfo *connInfo, bool *isExist) = 0;181 MOCK_METHOD2(AuthCheckMetaExist, int32_t (const AuthConnInfo *connInfo, bool *isExist));
444 int32_t AuthCheckMetaExist(const AuthConnInfo *connInfo, bool *isExist) in AuthCheckMetaExist() function446 return GetLaneDepsInterface()->AuthCheckMetaExist(connInfo, isExist); in AuthCheckMetaExist()
222 int32_t AuthCheckMetaExist(const AuthConnInfo *connInfo, bool *isExist);
721 int32_t AuthCheckMetaExist(const AuthConnInfo *connInfo, bool *isExist) in AuthCheckMetaExist() function
1094 if (AuthCheckMetaExist(&connInfo, &isExist) != SOFTBUS_OK) { in IsMetaAuthExist()