Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_manager.h36 int32_t UnRegListenerImpl(const char *appId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/
H A Dgroup_manager.c68 int32_t UnRegListenerImpl(const char *appId) in UnRegListenerImpl() function
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1597 g_groupManagerInstance->unRegDataChangeListener = UnRegListenerImpl; in GetGmInstance()