/foundation/CastEngine/castengine_wifi_display/services/network/client/ |
H A D | base_client.cpp | 32 void BaseClient::RegisterCallback(std::weak_ptr<IClientCallback> callback) in RegisterCallback() argument 64 auto callback = client->GetCallback().lock(); in OnWritable() local 76 auto callback = client->GetCallback().lock(); in OnShutdown() local 88 auto callback = client->GetCallback().lock(); in OnException() local [all...] |
/foundation/ability/ability_runtime/test/fuzztest/continuemission_fuzzer/ |
H A D | continuemission_fuzzer.cpp | 46 sptr<IRemoteObject> callback; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/fuzztest/startuser_fuzzer/ |
H A D | startuser_fuzzer.cpp | 45 sptr<IUserCallback> callback; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/moduletest/mock/src/ |
H A D | mock_app_mgr_client.cpp | 44 AppMgrResultCode MockAppMgrClient::RegisterAppStateCallback(const sptr<IAppStateCallback>& callback) in RegisterAppStateCallback() argument
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/ |
H A D | remote_player_controller.h | 34 RemotePlayerController(std::shared_ptr<ICastStreamManagerClient> callback, in RemotePlayerController() argument
|
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A D | base_server.cpp | 32 void BaseServer::RegisterCallback(std::weak_ptr<IServerCallback> callback) in RegisterCallback() argument 58 auto callback = server->GetCallback().lock(); in OnWritable() local 70 auto callback = server->GetCallback().lock(); in OnShutdown() local 82 auto callback = server->GetCallback().lock(); in OnException() local [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/mock/ |
H A D | mock_network_session.h | 34 void RegisterCallback(std::shared_ptr<INetworkSessionCallback> callback) in RegisterCallback() argument
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | js_free_install_observer.h | 35 napi_ref callback; member [all...] |
/foundation/ability/ability_runtime/test/fuzztest/registerabilitylifecyclecallback_fuzzer/ |
H A D | registerabilitylifecyclecallback_fuzzer.cpp | 67 std::shared_ptr<AbilityLifecycleCallbackFuzz> callback; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/fuzztest/stopuser_fuzzer/ |
H A D | stopuser_fuzzer.cpp | 45 sptr<IUserCallback> callback; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | insight_intent_executor_mgr.h | 39 static void TriggerCallbackInner(std::unique_ptr<InsightIntentExecutorAsyncCallback> callback, int32_t errCode) {} in TriggerCallbackInner() argument
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_event_subscriber_test/ |
H A D | ability_manager_event_subscriber_test.cpp | 49 std::function<void()> callback = []() {}; in HWTEST_F() local
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_exception_manager.cpp | 53 auto callback = GetExceptionCallback(); in NotifyLifecycleException() local
|
/foundation/ability/ability_runtime/test/fuzztest/registerenvironmentcallback_fuzzer/ |
H A D | registerenvironmentcallback_fuzzer.cpp | 47 std::shared_ptr<EnvironmentCallbackFuzz> callback; in DoSomethingInterestingWithMyAPI() local
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/device_kit/ |
H A D | dm_kit.cpp | 33 auto callback = std::make_shared<DmKitInitDMCallback>(); in InitDeviceManager() local
|
/foundation/ability/ability_runtime/test/fuzztest/unregisterenvironmentcallback_fuzzer/ |
H A D | unregisterenvironmentcallback_fuzzer.cpp | 47 std::shared_ptr<EnvironmentCallbackFuzz> callback; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | insight_intent_host_client.cpp | 59 std::shared_ptr<InsightIntentExecuteCallbackInterface> callback = nullptr; in OnExecuteDone() local 35 AddInsightIntentExecute( const std::shared_ptr<InsightIntentExecuteCallbackInterface> &callback) AddInsightIntentExecute() argument
|
/foundation/ability/ability_runtime/test/fuzztest/unregisterabilitylifecyclecallback_fuzzer/ |
H A D | unregisterabilitylifecyclecallback_fuzzer.cpp | 59 std::shared_ptr<AbilityLifecycleCallbackFuzz> callback; in DoSomethingInterestingWithMyAPI() local
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | timeout_timer.cpp | 57 void TimeoutTimer::StartTimer(int timeout, std::string info, std::function<void()> callback, bool reuse) in StartTimer() argument 124 void TimeoutTimer::SetTimeoutCallback(std::function<void()> callback) in SetTimeoutCallback() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | completed_dispatcher.cpp | 19 CompletedDispatcher(const std::shared_ptr<PendingWant> &pendingWant, const std::shared_ptr<CompletedCallback> &callback, const std::shared_ptr<AppExecFwk::EventHandler> &handler) CompletedDispatcher() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_path.cpp | 66 std::function<void(double)> callback = [weak = AceType::WeakClaim(this)](double value) { in PrepareSelfAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_texture.h | 34 void SetTextureFreshCallback(std::function<void(int32_t, int64_t)>&& callback) in SetTextureFreshCallback() argument 38 void SetCreateCallback(std::function<void()>&& callback) in SetCreateCallback() argument 42 void SetSurfaceChanged(std::function<void(int32_t, int32_t)>&& callback) in SetSurfaceChanged() argument
|
H A D | ext_surface.h | 39 void SetCreateCallback(std::function<void()>&& callback) in SetCreateCallback() argument 43 void SetSurfaceChanged(std::function<void(int32_t, int32_t)>&& callback) in SetSurfaceChanged() argument 48 void SetSurfaceDestroyed(std::function<void()>&& callback) in SetSurfaceDestroyed() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | click_event.cpp | 66 auto callback = [weak = WeakClaim(this)](GestureEvent& info) { in GetClickEvent() local
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/ |
H A D | web_client.h | 39 void RegisterReloadCallback(ReloadCallback &&callback) in RegisterReloadCallback() argument 44 void RegisterUpdageUrlCallback(UpdateUrlCallback &&callback) in RegisterUpdageUrlCallback() argument
|