Searched defs:Callback (Results 1 – 12 of 12) sorted by relevance
24 export interface Callback<T> { interface
36 using Callback = std::function<void(Action action, const std::shared_ptr<Context> &context)>; variable
38 …using Callback = std::function<void(Action action, const std::shared_ptr<ResourceNode> &resource)>; variable
58 using Callback = std::function<void(BatteryThread*, void*)>; variable
25 struct Callback { struct
46 void Callback(OHOS::UIView *view) override in Callback() function in Updater::ImgViewAdapter::ImgAnimatorCallback
74 void TimeTickNotify::Callback() in Callback() function in OHOS::MiscServices::TimeTickNotify
99 static int32_t Callback(IOwner owner, int32_t code, IpcIo *reply) in Callback() function
46 using Callback = OHOS::AppExecFwk::InnerEvent::Callback; typedef in AppAccountManagerServiceThreadModuleTest
66 using Callback = InnerEvent::Callback; variable
44 using Callback = std::function<void()>; variable
280 …32_t TimeSystemAbility::CreateTimer(TimerPara ¶s, std::function<void(const uint64_t)> Callback, in CreateTimer()