Searched refs:AccountEventCallback (Results 1 – 3 of 3) sorted by relevance
36 using AccountEventCallback = std::function<void(int32_t, std::string)>; variable40 …ventSubscriber(const CommonEventSubscribeInfo &subscribeInfo, const AccountEventCallback &callback, in DmAccountEventSubscriber()49 AccountEventCallback callback_;57 const AccountEventCallback &callback);
53 const AccountEventCallback &callback) in SubscribeAccountCommonEvent()
1569 AccountEventCallback callback = [=](const auto &arg1, const auto &arg2) { in SubscribeAccountCommonEvent()