Home
last modified time | relevance | path

Searched refs:TAG_CREDENTIALCOUNT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dcommeventsubscriber.cpp27 const std::string TAG_CREDENTIALCOUNT = "credentialCount"; variable
44 std::string credentialCount = want.GetStringParam(TAG_CREDENTIALCOUNT); in OnReceiveEvent()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dpublish_event_adapter.cpp29 const std::string TAG_CREDENTIALCOUNT = "credentialCount"; variable
115 want.SetParam(TAG_CREDENTIALCOUNT, std::to_string(credentialCount)); in PublishCredentialUpdatedEvent()