Searched refs:CommonEventCallback (Results 1 – 8 of 8) sorted by relevance
25 struct CommonEventCallback { struct32 explicit AppAccountCommonEventObserver(const CommonEventCallback &callback); argument42 CommonEventCallback callback_;
41 AppAccountCommonEventObserver::AppAccountCommonEventObserver(const CommonEventCallback &callback) in AppAccountCommonEventObserver()
36 CommonEventCallback callback = { in AppAccountManagerService()
524 void CommonEventCallback(int32_t userId, std::string commonEventType);
717 authMgr_->CommonEventCallback(userId, commonEventType); in AccountCommonEventCallback()
950 authManager_->CommonEventCallback(userId, "");
77 …ntCommonEventObserver::AppAccountCommonEventObserver(OHOS::AccountSA::CommonEventCallback const&)";
2238 void DmAuthManager::CommonEventCallback(int32_t userId, std::string commonEventType) in CommonEventCallback() function in OHOS::DistributedHardware::DmAuthManager