Home
last modified time | relevance | path

Searched refs:AccountEventCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h36 using AccountEventCallback = std::function<void(int32_t, std::string)>; variable
40 …ventSubscriber(const CommonEventSubscribeInfo &subscribeInfo, const AccountEventCallback &callback, in DmAccountEventSubscriber()
49 AccountEventCallback callback_;
57 const AccountEventCallback &callback);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_account_common_event.cpp53 const AccountEventCallback &callback) in SubscribeAccountCommonEvent()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1569 AccountEventCallback callback = [=](const auto &arg1, const auto &arg2) { in SubscribeAccountCommonEvent()