Home
last modified time | relevance | path

Searched refs:GetGMCallbackByAppId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/callback_manager/
H A Dcallback_manager.h39 const DeviceAuthCallback *GetGMCallbackByAppId(const char *appId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/callback_manager/
H A Dcallback_manager.c159 const DeviceAuthCallback *GetGMCallbackByAppId(const char *appId) in GetGMCallbackByAppId() function
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c617 const DeviceAuthCallback *callback = GetGMCallbackByAppId(appId); in AddMemberToGroupInner()
751 const DeviceAuthCallback *callback = GetGMCallbackByAppId(appId); in OpenServerBindSession()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c1258 task->cb = GetGMCallbackByAppId(appId); in BindCallbackToTask()