Home
last modified time | relevance | path

Searched refs:AuthMetaGetServerSide (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_meta_manager.h52 int32_t AuthMetaGetServerSide(int64_t authId, bool *isServer);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_meta_manager_virtual.c132 int32_t AuthMetaGetServerSide(int64_t authId, bool *isServer) in AuthMetaGetServerSide() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c605 return AuthMetaGetServerSide(authId, isServer); in AuthGetServerSide()