/base/notification/eventhandler/frameworks/cj/src/ |
H A D | emitter.h | 41 static int32_t On(uint32_t eventId, CallbackImpl *callback); 43 static int32_t On(char* eventId, CallbackImpl *callback);
|
H A D | emitter_ffi.cpp | 44 return Emitter::On(eventId, callback); in CJ_OnWithId() 53 return Emitter::On(eventId, callback); in CJ_OnWithStringId()
|
H A D | emitter.cpp | 106 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 D | telephony_observer_impl.cpp | 156 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 D | user_auth_widget_mgr_v10.h | 39 UserAuthResultCode On(napi_env env, napi_callback_info info);
|
H A D | auth_instance_v9.h | 38 UserAuthResultCode On(napi_env env, napi_callback_info info);
|
H A D | user_auth_instance_v10.h | 36 UserAuthResultCode On(napi_env env, napi_callback_info info);
|
/base/update/updateservice/frameworks/js/napi/update/common/include/ |
H A D | iupdater.h | 32 napi_value On(napi_env env, napi_callback_info info);
|
/base/msdp/device_status/frameworks/js/napi/interaction/drag/include/ |
H A D | js_drag_context.h | 33 static napi_value On(napi_env env, napi_callback_info info);
|
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/ |
H A D | js_cooperate_context.h | 38 static napi_value On(napi_env env, napi_callback_info info);
|
/base/msdp/device_status/frameworks/js/napi/include/ |
H A D | devicestatus_event.h | 40 virtual bool On(int32_t eventType, napi_value handler, bool isOnce);
|
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/ |
H A D | iscan_service.h | 59 virtual int32_t On(const std::string taskId, const std::string &type, const sptr<IScanCallback> &listener) = 0;
|
H A D | scan_manager_client.h | 65 int32_t On(const std::string &taskId, const std::string &type, const sptr<IScanCallback> &listener);
|
H A D | scan_service_proxy.h | 55 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 D | napi_inner_print.h | 46 static napi_value On(napi_env env, napi_callback_info info);
|
H A D | print_task.h | 52 static napi_value On(napi_env env, napi_callback_info info);
|
/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_task.h | 78 ExceptionError On(std::string type, std::string &taskId, void (*callback)(CProgress progress));
|
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/ |
H A D | scan_module.cpp | 85 SCAN_NAPI_METHOD(FUNCTION_REGISTER_EVENT, NapiInnerScan::On), in Init()
|
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/ |
H A D | napi_inner_scan.h | 67 static napi_value On(napi_env env, napi_callback_info info);
|
/base/request/request/frameworks/js/napi/include/ |
H A D | request_event.h | 40 static napi_value On(napi_env env, napi_callback_info info);
|
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/ |
H A D | js_coordination_context.h | 44 static napi_value On(napi_env env, napi_callback_info info);
|
/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | i_wallpaper_service.h | 98 virtual ErrorCode On(const std::string &type, sptr<IWallpaperEventListener> listener) = 0;
|
H A D | wallpaper_service_proxy.h | 45 ErrorCode On(const std::string &type, sptr<IWallpaperEventListener> listener) override;
|
/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service.h | 95 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 D | js_drag_context.cpp | 151 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()
|