Home
last modified time | relevance | path

Searched refs:AccountCommonEventCallback (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_event_subscribe.h30 struct AccountCommonEventCallback { struct
37 …const EventFwk::CommonEventSubscribeInfo &subscribeInfo, const AccountCommonEventCallback &callbac… argument
43 AccountCommonEventCallback callback_;
47 explicit AccountEventSubscriber(const AccountCommonEventCallback &callback);
53 AccountCommonEventCallback callback_;
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_event_subscribe.cpp32 …const EventFwk::CommonEventSubscribeInfo &subscribeInfo, const AccountCommonEventCallback &callbac… in AccountEventSubscriberCallback()
47 AccountEventSubscriber::AccountEventSubscriber(const AccountCommonEventCallback &callback) : callba… in AccountEventSubscriber()
H A Dohos_account_manager.cpp627 AccountCommonEventCallback callback = { in CreateCommonEventSubscribe()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_two.cpp258 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType);
260 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h278 virtual void AccountCommonEventCallback(int32_t userId, std::string commonEventType) = 0;
H A Ddevice_manager_service.h216 void AccountCommonEventCallback(int32_t userId, std::string commonEventType);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl.h132 void AccountCommonEventCallback(int32_t userId, std::string commonEventType);
H A Ddevice_manager_service_impl_lite.h131 void AccountCommonEventCallback(int32_t userId, std::string commonEventType);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp453 void DeviceManagerServiceImpl::AccountCommonEventCallback(int32_t userId, std::string commonEventTy… in AccountCommonEventCallback() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp713 void DeviceManagerServiceImpl::AccountCommonEventCallback(int32_t userId, std::string commonEventTy… in AccountCommonEventCallback() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1570 this->AccountCommonEventCallback(arg1, arg2); in SubscribeAccountCommonEvent()
1597 void DeviceManagerService::AccountCommonEventCallback(int32_t userId, std::string commonEventType) in AccountCommonEventCallback() function in OHOS::DistributedHardware::DeviceManagerService
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map36 …ccountEventSubscriber::AccountEventSubscriber(OHOS::AccountSA::AccountCommonEventCallback const&)";