Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_plugin.h124 IS_AUTHENTICATION_EXPIRED, enumerator
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp76 … {PluginMethodEnum::IS_AUTHENTICATION_EXPIRED, reinterpret_cast<void *>(IsAuthenticationExpired)},
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp245 case PluginMethodEnum::IS_AUTHENTICATION_EXPIRED: in GetMethodNameByEnum()
1093 auto iter = methodMap_.find(PluginMethodEnum::IS_AUTHENTICATION_EXPIRED); in IsAuthenticationExpired()