/ohos5.0/base/account/os_account/services/accountmgr/include/ |
H A D | account_event_subscribe.h | 30 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 D | account_event_subscribe.cpp | 32 …const EventFwk::CommonEventSubscribeInfo &subscribeInfo, const AccountCommonEventCallback &callbac… in AccountEventSubscriberCallback() 47 AccountEventSubscriber::AccountEventSubscriber(const AccountCommonEventCallback &callback) : callba… in AccountEventSubscriber()
|
H A D | ohos_account_manager.cpp | 627 AccountCommonEventCallback callback = { in CreateCommonEventSubscribe()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_two.cpp | 258 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType); 260 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_impl.h | 278 virtual void AccountCommonEventCallback(int32_t userId, std::string commonEventType) = 0;
|
H A D | device_manager_service.h | 216 void AccountCommonEventCallback(int32_t userId, std::string commonEventType);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl.h | 132 void AccountCommonEventCallback(int32_t userId, std::string commonEventType);
|
H A D | device_manager_service_impl_lite.h | 131 void AccountCommonEventCallback(int32_t userId, std::string commonEventType);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 453 void DeviceManagerServiceImpl::AccountCommonEventCallback(int32_t userId, std::string commonEventTy… in AccountCommonEventCallback() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
H A D | device_manager_service_impl.cpp | 713 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 D | device_manager_service.cpp | 1570 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 D | libaccountmgr.map | 36 …ccountEventSubscriber::AccountEventSubscriber(OHOS::AccountSA::AccountCommonEventCallback const&)";
|