Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp1110 credentialAuthStatusCallback_[pkgName] = callback; in RegisterCredentialAuthStatusCallback()
1120 credentialAuthStatusCallback_.erase(pkgName); in UnRegisterCredentialAuthStatusCallback()
1134 if (credentialAuthStatusCallback_.find(pkgName) == credentialAuthStatusCallback_.end()) { in OnCredentialAuthStatus()
1138 tempCbk = credentialAuthStatusCallback_[pkgName]; in OnCredentialAuthStatus()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/notify/
H A Ddevice_manager_notify.h136 …std::map<std::string, std::shared_ptr<CredentialAuthStatusCallback>> credentialAuthStatusCallback_; variable