/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | app_state_observer.cpp | 58 int32_t ret = DistributedSchedService::GetInstance().NotifyStateChanged(abilityStateData.abilityState,
in OnAbilityStateChanged()
|
H A D | distributed_sched_service.cpp | 3472 int32_t DistributedSchedService::NotifyStateChanged(int32_t abilityState, AppExecFwk::ElementName& element, in NotifyStateChanged() function in OHOS::DistributedSchedule::DistributedSchedService
|
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/ |
H A D | accessibility_system_ability_client_impl.cpp | 496 void AccessibilitySystemAbilityClientImpl::NotifyStateChanged(uint32_t eventType, bool value) in NotifyStateChanged() function in OHOS::Accessibility::AccessibilitySystemAbilityClientImpl 537 NotifyStateChanged(AccessibilityStateEventType::EVENT_ACCESSIBILITY_STATE_CHANGED, in OnAccessibleAbilityManagerStateChanged() 540 NotifyStateChanged(AccessibilityStateEventType::EVENT_TOUCH_GUIDE_STATE_CHANGED, in OnAccessibleAbilityManagerStateChanged() 543 NotifyStateChanged(AccessibilityStateEventType::EVENT_KEVEVENT_STATE_CHANGED, in OnAccessibleAbilityManagerStateChanged() 546 NotifyStateChanged(AccessibilityStateEventType::EVENT_GESTURE_STATE_CHANGED, in OnAccessibleAbilityManagerStateChanged()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/acfwk/include/ |
H A D | accessibility_config_observer.h | 44 int NotifyStateChanged(uv_work_t *work);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_service.h | 75 void NotifyStateChanged(const RawAddress &device, int state);
|
H A D | hid_host_service.cpp | 57 void HidHostService::NotifyStateChanged(const RawAddress &device, int state) in NotifyStateChanged() function in OHOS::bluetooth::HidHostService
|
H A D | hid_host_statemachine.cpp | 781 service->NotifyStateChanged(device, toState); in NotifyStateTransitions()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_service.h | 79 void NotifyStateChanged(const RawAddress &device, int state);
|
H A D | pan_statemachine.cpp | 351 service->NotifyStateChanged(device, toState); in NotifyStateTransitions()
|
H A D | pan_service.cpp | 56 void PanService::NotifyStateChanged(const RawAddress &device, int state) in NotifyStateChanged() function in OHOS::bluetooth::PanService
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.h | 161 void NotifyStateChanged(const IAnimationInternal::AnimationStateChangedInfo& info) const;
|
H A D | animation_state.cpp | 75 void AnimationState::NotifyStateChanged(const IAnimationInternal::AnimationStateChangedInfo& info) const in NotifyStateChanged() function in Internal::AnimationState 305 NotifyStateChanged(info); in SetState()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 404 void NotifyStateChanged(const RawAddress &device, int state);
|
H A D | hfp_hf_statemachine.cpp | 711 service->NotifyStateChanged(device, toState); in NotifyStateTransitions()
|
H A D | hfp_hf_service.cpp | 740 void HfpHfService::NotifyStateChanged(const RawAddress &device, int state) in NotifyStateChanged() function in OHOS::bluetooth::HfpHfService
|
/foundation/barrierfree/accessibility/frameworks/asacfwk/include/ |
H A D | accessibility_system_ability_client_impl.h | 287 void NotifyStateChanged(uint32_t eventType, bool value);
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_config_observer.cpp | 106 int NAccessibilityConfigObserver::NotifyStateChanged(uv_work_t *work) in NotifyStateChanged() function in NAccessibilityConfigObserver 416 int ret = NotifyStateChanged(work); in NotifyStateChanged2JS()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_second_test.cpp | 467 * @tc.desc: test NotifyStateChanged 503 int32_t ret = DistributedSchedService::GetInstance().NotifyStateChanged(abilityState, element3, nullptr); in HWTEST_F() 511 * @tc.desc: test NotifyStateChanged 526 int32_t ret = DistributedSchedService::GetInstance().NotifyStateChanged(abilityState, element, nullptr); in HWTEST_F() 535 * @tc.desc: test NotifyStateChanged 550 int32_t ret = DistributedSchedService::GetInstance().NotifyStateChanged(abilityState, element, nullptr); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 205 int32_t NotifyStateChanged(int32_t abilityState, AppExecFwk::ElementName& element,
|
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/ |
H A D | distributedschedstub_fuzzer.cpp | 804 DistributedSchedService::GetInstance().NotifyStateChanged(int32Data, element, connect); in ReleaseAbilityFromRemoteInnerFuzzTest()
|