Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain_adapter.h43 int32_t UnregChangeListener(const char *appId);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c80 int32_t UnregChangeListener(const char *appId) in UnregChangeListener() function
H A Dauth_hichain.c478 int32_t ret = UnregChangeListener(AUTH_APPID); in UnregTrustDataChangeListener()