Home
last modified time | relevance | path

Searched refs:CommonEventCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_common_event_observer.h25 struct CommonEventCallback { struct
32 explicit AppAccountCommonEventObserver(const CommonEventCallback &callback); argument
42 CommonEventCallback callback_;
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_common_event_observer.cpp41 AppAccountCommonEventObserver::AppAccountCommonEventObserver(const CommonEventCallback &callback) in AppAccountCommonEventObserver()
H A Dapp_account_manager_service.cpp36 CommonEventCallback callback = { in AppAccountManagerService()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h524 void CommonEventCallback(int32_t userId, std::string commonEventType);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp717 authMgr_->CommonEventCallback(userId, commonEventType); in AccountCommonEventCallback()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp950 authManager_->CommonEventCallback(userId, "");
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map77 …ntCommonEventObserver::AppAccountCommonEventObserver(OHOS::AccountSA::CommonEventCallback const&)";
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2238 void DmAuthManager::CommonEventCallback(int32_t userId, std::string commonEventType) in CommonEventCallback() function in OHOS::DistributedHardware::DmAuthManager