Home
last modified time | relevance | path

Searched defs:callbackObj (Results 1 – 13 of 13) sorted by relevance

/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
Dclient_unit_test.cpp80 sptr<IRemoteObject> callbackObj = callback->AsObject(); variable
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
Dres_sched_client.cpp119 void ResSchedClient::RegisterSystemloadNotifier(const sptr<ResSchedSystemloadNotifierClient>& callb… in RegisterSystemloadNotifier()
135 …id ResSchedClient::UnRegisterSystemloadNotifier(const sptr<ResSchedSystemloadNotifierClient>& call… in UnRegisterSystemloadNotifier()
397 const sptr<ResSchedSystemloadNotifierClient>& callbackObj) in RegisterSystemloadLevelCb()
413 const sptr<ResSchedSystemloadNotifierClient>& callbackObj) in UnRegisterSystemloadLevelCb()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
Djs_systemload_listener.cpp29 SystemloadListener::SystemloadListener(napi_env env, napi_value callbackObj, OnSystemloadLevelCb ca… in SystemloadListener()
Djs_systemload.cpp59 void Systemload::OnSystemloadLevel(napi_env env, napi_value callbackObj, int32_t level) in OnSystemloadLevel()
134 auto systemloadLevelCb = [](napi_env env, napi_value callbackObj, int32_t level) { in RegisterSystemloadCallback()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureserverstartcase_fuzzer/
Dscreencaptureserverstartcase_fuzzer.cpp111 …std::shared_ptr<TestScreenCaptureCallbackTest> callbackObj = std::make_shared<TestScreenCaptureCal… in FuzzScreenCaptureServerStartCase() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_rss_session.cpp46 RssEventListener::RssEventListener(napi_env env, napi_value callbackObj, OnRssEventCb callback) in RssEventListener()
198 void RssSession::OnReceiveEvent(napi_env env, napi_value callbackObj, uint32_t eventType, in OnReceiveEvent()
263 std::unordered_map<std::string, std::string>&& extraInfo) { in RegisterRssDataCallback()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/include/
Daudio_test_utils.h36const sptr<OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback> &callbackObj) override in RegisterAudioDevice()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/capi_demo/
Davdemuxer_demo.cpp202 Demuxer_MediaKeySystemInfoCallback callbackObj = &OnDrmInfoChangedWithObjInApp; in SetDrmAppCallback() local
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/
Dressched_fuzzer.cpp230 sptr<ResSchedSystemloadNotifierClient> callbackObj; in ResSchedClientFuzzTest() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/picker/
Dcamera_picker_napi.cpp215 napi_value callbackObj = nullptr; in CommonCompleteCallback() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
Dpreview_output_napi.cpp201 napi_value callbackObj; in OnSketchStatusDataChangedCall() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp800 …indCallback ParseDoubleBindCallback(const JSCallbackInfo& info, const JSRef<JSObject>& callbackObj) in ParseDoubleBindCallback()
3699 JSRef<JSObject> callbackObj = JSRef<JSObject>::Cast(info[0]); in ParseBindContextMenuShow() local
3736 JSRef<JSObject> callbackObj = JSRef<JSObject>::Cast(jsVal); in JsBindMenu() local
7936 JSRef<JSObject> callbackObj = JSRef<JSObject>::Cast(info[0]); in ParseBindContentCoverIsShow() local
7950 JSRef<JSObject> callbackObj = JSRef<JSObject>::Cast(info[0]); in JsBindContentCover() local
8033 JSRef<JSObject> callbackObj = JSRef<JSObject>::Cast(info[0]); in ParseSheetIsShow() local
Djs_web.cpp2434 JSRef<JSObject> callbackObj = JSClass<JSWebAppLinkCallback>::NewInstance(); in Create() local