Home
last modified time | relevance | path

Searched defs:callbackRef (Results 1 – 25 of 135) sorted by relevance

123456

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
Devent_listener.cpp53 napi_ref callbackRef = nullptr; in Add() local
85 for (const auto &callbackRef : callbackRefs_) { in Find() local
107 for (const auto &callbackRef : callbackRefs_) { in Emit() local
112 …er::EmitOnUV(const std::string &bundleName, int32_t userId, int32_t appIndex, napi_ref callbackRef) in EmitOnUV()
Devent_listener.h54 napi_ref callbackRef; member
/foundation/communication/netmanager_base/frameworks/js/napi/common/
Dbase_context.h28 napi_ref callbackRef = nullptr; member
39 napi_ref callbackRef = nullptr; member
/foundation/multimedia/media_library/interfaces/kits/js/include/
Dshort_term_callback.h46 napi_ref callbackRef = nullptr; variable
Dconfirm_callback.h54 napi_ref callbackRef = nullptr; variable
Ddelete_callback.h56 napi_ref callbackRef = nullptr; variable
Dmedia_assets_change_request_napi.h72 napi_ref callbackRef; member
/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/
Djs_insight_intent_driver.cpp46 …nsightIntentExecuteCallbackClient(napi_env env, napi_deferred nativeDeferred, napi_ref callbackRef) in JsInsightIntentExecuteCallbackClient()
117 napi_ref callbackRef = nullptr; in OnExecute() local
/foundation/arkui/napi/sample/native_module_storage/
Djs_storage.h59 napi_ref callbackRef = nullptr; member
111 napi_ref callbackRef = nullptr; member
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
Dnfc_napi_event.h30 napi_ref callbackRef; variable
/foundation/communication/nfc/frameworks/js/napi/controller/
Dnfc_napi_controller_event.h39 napi_ref callbackRef; variable
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
Dnapi_cast_session_manager_listener.cpp130 for (auto &callbackRef : callbacks_[event]) { in RemoveCallback() local
156 for (auto &callbackRef : callback) { in ClearCallback() local
Dnapi_cast_session_listener.cpp133 for (auto &callbackRef : callbacks_[event]) { in RemoveCallback() local
159 for (auto &callbackRef : callback) { in ClearCallback() local
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
Dnfc_napi_hce_adapter.h59 napi_ref callbackRef; variable
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/system_tone_player/
Dsystem_tone_player_napi.h67 napi_ref callbackRef; member
/foundation/arkui/ui_appearance/interfaces/kits/napi/include/
Djs_ui_appearance.h31 napi_ref callbackRef = nullptr; member
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
Dintell_voice_common_napi.cpp61 bool IntellVoiceCommonNapi::IsSameCallback(napi_env env, napi_value callback, napi_ref callbackRef) in IsSameCallback()
/foundation/communication/nfc/frameworks/js/napi/tag/
Dnfc_napi_foreground_dispatch.h34 napi_ref callbackRef; variable
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
Djs_systemload_listener.cpp24 std::shared_ptr<NativeReference> callbackRef = nullptr; member
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/
Dpicker_n_exporter.h49 napi_ref callbackRef; member
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
Dwifi_napi_event.h65 napi_ref callbackRef; variable
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
Dpicker_napi_utils.cpp45 …id PickerNapiUtils::InvokeJSAsyncMethod(napi_env env, napi_deferred deferred, napi_ref callbackRef, in InvokeJSAsyncMethod()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
Ddistributed_mission_manager.h146 napi_ref callbackRef; member
167 napi_ref callbackRef; member
189 napi_ref callbackRef = nullptr; member
203 napi_ref callbackRef; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
Dcj_prompt_ffi.cpp91 CButtonInfo* buttonsInfo, ShowDialogCallBack callbackRef) in FfiPromptShowDialog()
108 const char* title, int32_t size, CButtonInfo* buttonsInfo, ShowActionMenuCallBack callbackRef) in FfiPromptShowActionMenu()
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
Djs_form_state_observer.cpp39 FormAddCallbackClient::FormAddCallbackClient(napi_env env, napi_ref callbackRef) in FormAddCallbackClient()
86 FormRemoveCallbackClient::FormRemoveCallbackClient(napi_env env, napi_ref callbackRef) in FormRemoveCallbackClient()
176 napi_ref callbackRef; in RegisterFormAddCallback() local
205 napi_ref callbackRef; in RegisterFormRemoveCallback() local
673 napi_ref callbackRef; in PushCallback() local

123456