Home
last modified time | relevance | path

Searched refs:On (Results 1 - 25 of 81) sorted by relevance

1234

/base/notification/eventhandler/frameworks/cj/src/
H A Demitter.h41 static int32_t On(uint32_t eventId, CallbackImpl *callback);
43 static int32_t On(char* eventId, CallbackImpl *callback);
H A Demitter_ffi.cpp44 return Emitter::On(eventId, callback); in CJ_OnWithId()
53 return Emitter::On(eventId, callback); in CJ_OnWithStringId()
H A Demitter.cpp106 LOGD("On change once to on"); in UpdateOnceFlag()
109 LOGD("On already on"); in UpdateOnceFlag()
155 int32_t Emitter::On(uint32_t eventId, CallbackImpl *callback) in On() function in OHOS::EventsEmitter::Emitter
161 int32_t Emitter::On(char* eventId, CallbackImpl *callback) in On() function in OHOS::EventsEmitter::Emitter
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_impl.cpp156 static int32_t On(std::string_view event, ObserverOptions options, int64_t funcId) in On() function
206 int32_t errCode = On(event, options, funcId); in OnNetworkStateChange()
227 int32_t errCode = On(event, options, funcId); in OnSignalInfoChange()
248 int32_t errCode = On(event, options, funcId); in OnCallStateChange()
269 int32_t errCode = On(event, options, funcId); in OnCellularDataConnectionStateChange()
290 int32_t errCode = On(event, options, funcId); in OnCellularDataFlowChange()
311 int32_t errCode = On(event, options, funcId); in OnSimStateChange()
332 int32_t errCode = On(event, options, funcId); in OnIccAccountInfoChange()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Duser_auth_widget_mgr_v10.h39 UserAuthResultCode On(napi_env env, napi_callback_info info);
H A Dauth_instance_v9.h38 UserAuthResultCode On(napi_env env, napi_callback_info info);
H A Duser_auth_instance_v10.h36 UserAuthResultCode On(napi_env env, napi_callback_info info);
/base/update/updateservice/frameworks/js/napi/update/common/include/
H A Diupdater.h32 napi_value On(napi_env env, napi_callback_info info);
/base/msdp/device_status/frameworks/js/napi/interaction/drag/include/
H A Djs_drag_context.h33 static napi_value On(napi_env env, napi_callback_info info);
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/
H A Djs_cooperate_context.h38 static napi_value On(napi_env env, napi_callback_info info);
/base/msdp/device_status/frameworks/js/napi/include/
H A Ddevicestatus_event.h40 virtual bool On(int32_t eventType, napi_value handler, bool isOnce);
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Discan_service.h59 virtual int32_t On(const std::string taskId, const std::string &type, const sptr<IScanCallback> &listener) = 0;
H A Dscan_manager_client.h65 int32_t On(const std::string &taskId, const std::string &type, const sptr<IScanCallback> &listener);
H A Dscan_service_proxy.h55 int32_t On(const std::string taskId, const std::string &type, const sptr<IScanCallback> &listener) override;
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dnapi_inner_print.h46 static napi_value On(napi_env env, napi_callback_info info);
H A Dprint_task.h52 static napi_value On(napi_env env, napi_callback_info info);
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_task.h78 ExceptionError On(std::string type, std::string &taskId, void (*callback)(CProgress progress));
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dscan_module.cpp85 SCAN_NAPI_METHOD(FUNCTION_REGISTER_EVENT, NapiInnerScan::On), in Init()
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dnapi_inner_scan.h67 static napi_value On(napi_env env, napi_callback_info info);
/base/request/request/frameworks/js/napi/include/
H A Drequest_event.h40 static napi_value On(napi_env env, napi_callback_info info);
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/
H A Djs_coordination_context.h44 static napi_value On(napi_env env, napi_callback_info info);
/base/theme/wallpaper_mgr/frameworks/native/include/
H A Di_wallpaper_service.h98 virtual ErrorCode On(const std::string &type, sptr<IWallpaperEventListener> listener) = 0;
H A Dwallpaper_service_proxy.h45 ErrorCode On(const std::string &type, sptr<IWallpaperEventListener> listener) override;
/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h95 int32_t On(const std::string taskId, const std::string &type, const sptr<IPrintCallback> &listener) override
235 MOCK_METHOD3(On, int32_t(const std::string, const std::string&, const sptr<IPrintCallback>&));
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp151 napi_value JsDragContext::On(napi_env env, napi_callback_info info) in On() function in OHOS::Msdp::DeviceStatus::JsDragContext
259 DECLARE_NAPI_STATIC_FUNCTION("on", On), in DeclareDragInterface()

Completed in 8 milliseconds

1234