Home
last modified time | relevance | path

Searched refs:OnStateChanged (Results 1 - 25 of 142) sorted by relevance

123456

/foundation/multimedia/av_session/services/session/server/test/
H A Ddetect_bluetooth_host_observer_test.cpp57 * @tc.desc: test OnStateChanged
66 detectBluetoothHostObserver.OnStateChanged(transport, status); in HWTEST_F()
71 * @tc.desc: test OnStateChanged
80 detectBluetoothHostObserver.OnStateChanged(transport, status); in HWTEST_F()
85 * @tc.desc: test OnStateChanged
94 detectBluetoothHostObserver.OnStateChanged(transport, status); in HWTEST_F()
99 * @tc.desc: test OnStateChanged
109 detectBluetoothHostObserver.OnStateChanged(transport, status); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_lifecycle_observer.cpp28 void LifecycleObserver::OnStateChanged(Lifecycle::Event event, const Want &want) {} in OnStateChanged() function in OHOS::AppExecFwk::LifecycleObserver
30 virtual void LifecycleObserver::OnStateChanged(LifeCycle::Event event) {} in OnStateChanged() function in OHOS::AppExecFwk::LifecycleObserver
H A Dability_lifecycle.cpp68 callback->OnStateChanged(event, want); in DispatchLifecycle()
115 callback->OnStateChanged(event); in DispatchLifecycle()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Dmock_lifecycle_observer.cpp51 void MockLifecycleObserver::OnStateChanged(LifeCycle::Event event, const Want& want) in OnStateChanged() function in OHOS::AppExecFwk::MockLifecycleObserver
53 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnStateChanged called"; in OnStateChanged()
56 void MockLifecycleObserver::OnStateChanged(LifeCycle::Event event) in OnStateChanged() function in OHOS::AppExecFwk::MockLifecycleObserver
58 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnStateChanged called"; in OnStateChanged()
H A Dmock_lifecycle_observer.h44 void OnStateChanged(LifeCycle::Event event, const Want& want) override;
46 void OnStateChanged(LifeCycle::Event event) override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_lifecycle_observer_interface.h91 virtual void OnStateChanged(LifeCycle::Event event, const Want &want) = 0;
99 virtual void OnStateChanged(LifeCycle::Event event) = 0;
H A Dability_lifecycle_observer.h90 virtual void OnStateChanged(Lifecycle::Event event, const Want &want);
98 virtual void OnStateChanged(LifeCycle::Event event);
/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dmock_lifecycle_observer.cpp51 void MockLifecycleObserver::OnStateChanged(LifeCycle::Event event) in OnStateChanged() function in OHOS::AppExecFwk::MockLifecycleObserver
53 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnStateChanged called"; in OnStateChanged()
56 void MockLifecycleObserver::OnStateChanged(LifeCycle::Event event, const Want& want) in OnStateChanged() function in OHOS::AppExecFwk::MockLifecycleObserver
58 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnStateChanged called"; in OnStateChanged()
H A Dmock_lifecycle_observer.h43 void OnStateChanged(LifeCycle::Event event) override;
45 void OnStateChanged(LifeCycle::Event event, const Want& want) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/callback/
H A Ddcamera_sink_controller_state_callback.cpp27 void DCameraSinkControllerStateCallback::OnStateChanged(std::shared_ptr<DCameraEvent>& event) in OnStateChanged() function in OHOS::DistributedHardware::DCameraSinkControllerStateCallback
31 DHLOGE("DCameraSinkControllerStateCallback::OnStateChanged controller is null"); in OnStateChanged()
34 controller->OnStateChanged(event); in OnStateChanged()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_lifecycle_observer.h90 virtual void OnStateChanged(LifeCycle::Event event, const Want& want) in OnStateChanged() function in OHOS::AppExecFwk::MockLifecycleObserver
94 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnStateChanged called"; in OnStateChanged()
104 virtual void OnStateChanged(LifeCycle::Event event) in OnStateChanged() function in OHOS::AppExecFwk::MockLifecycleObserver
107 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnStateChanged called"; in OnStateChanged()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp130 void OnStateChanged(const int32_t userId, DpsStatus statusCode) override
132 DP_CHECK_EXECUTE(coordinator_ != nullptr, coordinator_->OnStateChanged(userId, statusCode));
162 void OnStateChanged(const int32_t userId, DpsStatus statusCode) override
166 video->OnStateChanged(userId, statusCode);
271 void SessionCoordinator::OnStateChanged(const int32_t userId, DpsStatus statusCode) in OnStateChanged() function in OHOS::CameraStandard::DeferredProcessing::SessionCoordinator
278 spCallback->OnStateChanged(MapDpsStatus(statusCode)); in OnStateChanged()
312 callback->OnStateChanged(MapDpsStatus(result.statusCode)); in ProcessPendingResults()
395 callback->OnStateChanged(MapDpsStatus(result.statusCode)); in ProcessVideoResults()
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.h57 inline int32_t OnStateChanged(const StatusCode status) override
75 inline ErrCode OnStateChanged(int32_t status) override
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/
H A Ddeferred_video_proc_session.h39 virtual void OnStateChanged(const DpsStatusCode status) = 0;
83 ErrCode OnStateChanged(int32_t status) override;
H A Ddeferred_photo_proc_session.h45 virtual void OnStateChanged(const DpsStatusCode status) = 0;
94 int32_t OnStateChanged(const DeferredProcessing::StatusCode status) override;
/foundation/barrierfree/accessibility/common/interface/include/
H A Di_accessible_ability_manager_state_observer.h35 virtual void OnStateChanged(const uint32_t stateType) = 0;
H A Daccessible_ability_manager_state_observer_proxy.h44 virtual void OnStateChanged(const uint32_t stateType) override;
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessible_ability_manager_service_state_observer_proxy.h28 MOCK_METHOD1(OnStateChanged, void(const uint32_t stateType));
H A Dmock_accessible_ability_manager_service_state_observer_stub.h30 MOCK_METHOD1(OnStateChanged, void(const uint32_t stateType));
/foundation/barrierfree/accessibility/interfaces/innerkits/asacfwk/include/
H A Daccessibility_state_event.h49 virtual void OnStateChanged(const bool state) = 0;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Ddh_state_listener.h27 void OnStateChanged(const std::string &uuid, const std::string &dhId, const BusinessState state) override;
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Divideo_process_callbacks.h32 virtual void OnStateChanged(const int32_t userId, DpsStatus statusCode) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/callback/
H A Ddcamera_sink_controller_state_callback.h30 void OnStateChanged(std::shared_ptr<DCameraEvent>& event) override;
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp91 HiPlayerImpl::OnStateChanged(StateId::STOPPED); in ~HiPlayerImpl()
162 OnStateChanged(StateId::INIT); in SetSource()
179 OnStateChanged(StateId::INIT); in SetSource()
205 OnStateChanged(StateId::PREPARING); in Prepare()
245 OnStateChanged(StateId::PREPARING); in PrepareAsync()
265 OnStateChanged(StateId::PLAYING); in Play()
279 OnStateChanged(StateId::PAUSE); in Pause()
293 OnStateChanged(StateId::STOPPED); in Stop()
307 OnStateChanged(StateId::STOPPED); in StopAsync()
493 OnStateChanged(StateI in HandleReadyEvent()
882 void HiPlayerImpl::OnStateChanged(StateId state) OnStateChanged() function in OHOS::Media::HiPlayerImpl
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_nav_path_stack.h40 void OnStateChanged() in OnStateChanged() function in OHOS::Ace::Framework::final

Completed in 7 milliseconds

123456