Home
last modified time | relevance | path

Searched defs:Callback (Results 1 – 12 of 12) sorted by relevance

/base/telephony/core_service/interfaces/kits/js/
Dbasic.d.ts24 export interface Callback<T> { interface
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_context_pool_listener.h36 using Callback = std::function<void(Action action, const std::shared_ptr<Context> &context)>; variable
Dmock_resource_node_pool_listener.h38 …using Callback = std::function<void(Action action, const std::shared_ptr<ResourceNode> &resource)>; variable
/base/powermgr/battery_manager/charger/include/
Dbattery_thread.h58 using Callback = std::function<void(BatteryThread*, void*)>; variable
/base/update/updater/services/ui/control/
Devent_listener.h25 struct Callback { struct
/base/update/updater/services/ui/view/component/
Dimg_view_adapter.cpp46 void Callback(OHOS::UIView *view) override in Callback() function in Updater::ImgViewAdapter::ImgAnimatorCallback
/base/time/time_service/services/time/src/
Dtime_tick_notify.cpp74 void TimeTickNotify::Callback() in Callback() function in OHOS::MiscServices::TimeTickNotify
/base/powermgr/powermgr_lite/frameworks/src/small/
Dpower_screen_saver.c99 static int32_t Callback(IOwner owner, int32_t code, IpcIo *reply) in Callback() function
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_thread_module_test.cpp46 using Callback = OHOS::AppExecFwk::InnerEvent::Callback; typedef in AppAccountManagerServiceThreadModuleTest
/base/notification/eventhandler/interfaces/inner_api/
Devent_handler.h66 using Callback = InnerEvent::Callback; variable
Dinner_event.h44 using Callback = std::function<void()>; variable
/base/time/time_service/services/
Dtime_system_ability.cpp280 …32_t TimeSystemAbility::CreateTimer(TimerPara &paras, std::function<void(const uint64_t)> Callback, in CreateTimer()