/foundation/multimedia/av_session/services/session/server/test/ |
H A D | detect_bluetooth_host_observer_test.cpp | 57 * @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 D | ability_lifecycle_observer.cpp | 28 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 D | ability_lifecycle.cpp | 68 callback->OnStateChanged(event, want); in DispatchLifecycle() 115 callback->OnStateChanged(event); in DispatchLifecycle()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/ |
H A D | mock_lifecycle_observer.cpp | 51 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 D | mock_lifecycle_observer.h | 44 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 D | ability_lifecycle_observer_interface.h | 91 virtual void OnStateChanged(LifeCycle::Event event, const Want &want) = 0; 99 virtual void OnStateChanged(LifeCycle::Event event) = 0;
|
H A D | ability_lifecycle_observer.h | 90 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 D | mock_lifecycle_observer.cpp | 51 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 D | mock_lifecycle_observer.h | 43 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 D | dcamera_sink_controller_state_callback.cpp | 27 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 D | mock_lifecycle_observer.h | 90 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 D | session_coordinator.cpp | 130 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 D | deferred_processing_stub_fuzzer.h | 57 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 D | deferred_video_proc_session.h | 39 virtual void OnStateChanged(const DpsStatusCode status) = 0; 83 ErrCode OnStateChanged(int32_t status) override;
|
H A D | deferred_photo_proc_session.h | 45 virtual void OnStateChanged(const DpsStatusCode status) = 0; 94 int32_t OnStateChanged(const DeferredProcessing::StatusCode status) override;
|
/foundation/barrierfree/accessibility/common/interface/include/ |
H A D | i_accessible_ability_manager_state_observer.h | 35 virtual void OnStateChanged(const uint32_t stateType) = 0;
|
H A D | accessible_ability_manager_state_observer_proxy.h | 44 virtual void OnStateChanged(const uint32_t stateType) override;
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessible_ability_manager_service_state_observer_proxy.h | 28 MOCK_METHOD1(OnStateChanged, void(const uint32_t stateType));
|
H A D | mock_accessible_ability_manager_service_state_observer_stub.h | 30 MOCK_METHOD1(OnStateChanged, void(const uint32_t stateType));
|
/foundation/barrierfree/accessibility/interfaces/innerkits/asacfwk/include/ |
H A D | accessibility_state_event.h | 49 virtual void OnStateChanged(const bool state) = 0;
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/ |
H A D | dh_state_listener.h | 27 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 D | ivideo_process_callbacks.h | 32 virtual void OnStateChanged(const int32_t userId, DpsStatus statusCode) = 0;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/callback/ |
H A D | dcamera_sink_controller_state_callback.h | 30 void OnStateChanged(std::shared_ptr<DCameraEvent>& event) override;
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 91 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 D | js_nav_path_stack.h | 40 void OnStateChanged() in OnStateChanged() function in OHOS::Ace::Framework::final
|