/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_touch_manager.cpp | 52 …gisterEnterStateCallback(TouchState::UP_STATE, [this] (TouchState lastState, TouchState newState) { in __anon5b5a4c620702() 56 …egisterExitStateCallback(TouchState::UP_STATE, [this] (TouchState lastState, TouchState newState) { in __anon5b5a4c620802() 98 bool HgmTouchManager::CheckChangeStateValid(TouchState lastState, TouchState newState) in CheckChangeStateValid()
|
H A D | hgm_frame_rate_manager.cpp | 161 [this] (TouchState lastState, TouchState newState) { in InitTouchManager() 173 [this] (TouchState lastState, TouchState newState) { in InitTouchManager() 182 [this] (TouchState lastState, TouchState newState) { in InitTouchManager() 187 [this] (TouchState lastState, TouchState newState) { in InitTouchManager()
|
/ohos5.0/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_event_publisher.cpp | 23 void NfcEventPublisher::PublishNfcStateChanged(int newState) in PublishNfcStateChanged()
|
H A D | nfc_param_util.cpp | 23 void NfcParamUtil::UpdateNfcStateToParam(int newState) in UpdateNfcStateToParam()
|
H A D | nfc_preferences.cpp | 113 void NfcPreferences::UpdateNfcState(int newState) in UpdateNfcState()
|
H A D | external_deps_proxy.cpp | 101 void ExternalDepsProxy::UpdateNfcState(int newState) in UpdateNfcState() 111 void ExternalDepsProxy::PublishNfcStateChanged(int newState) in PublishNfcStateChanged()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server_state.cpp | 241 void PlayerServer::PreparingState::HandleStateChange(int32_t newState) in HandleStateChange() 291 void PlayerServer::PreparedState::HandleStateChange(int32_t newState) in HandleStateChange() 358 void PlayerServer::PlayingState::HandleStateChange(int32_t newState) in HandleStateChange() 459 void PlayerServer::PausedState::HandleStateChange(int32_t newState) in HandleStateChange() 489 void PlayerServer::StoppedState::HandleStateChange(int32_t newState) in HandleStateChange() 541 void PlayerServer::PlaybackCompletedState::HandleStateChange(int32_t newState) in HandleStateChange()
|
H A D | player_server_state.h | 40 virtual void HandleStateChange(int32_t newState) in HandleStateChange()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | sync_state_manager_mock.cpp | 24 Action SyncStateManager::UpdateSyncState(SyncState newState) in UpdateSyncState()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 395 uint8_t newState = 4; variable 727 uint8_t newState = 8; variable 746 uint8_t newState = 1; variable 1131 uint8_t newState = 2; variable 1159 uint8_t newState = 2; variable 1262 uint8_t newState = 4; variable 1280 uint8_t newState = 2; variable 1298 uint8_t newState = 9; variable 1316 uint8_t newState = 1; variable 1334 uint8_t newState = 2; variable [all …]
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_preferences_test.cpp | 74 int newState = 1; variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_service_base.cpp | 28 BTConnectState newState = BTConnectState::DISCONNECTED; in ConvertConnectionState() local
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/ |
H A D | sync_state_manager.cpp | 25 Action SyncStateManager::UpdateSyncState(SyncState newState) in UpdateSyncState()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
H A D | js_page_state_machine.cpp | 82 void StateMachine::SetCurrentState(int8_t newState) in SetCurrentState() 281 void StateMachine::ChangeState(int newState) in ChangeState()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_event_hub.h | 140 void FireStateChangeEvent(SwipeActionState newState, bool isStart) const in FireStateChangeEvent()
|
/ohos5.0/base/useriam/face_auth/services_ex/src/ |
H A D | finite_state_machine_impl.cpp | 95 uint32_t newState) in DealWithStateLeaveAndEnter()
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 197 int32_t SetRadioState(HRilRadioState newState, int32_t rst) in SetRadioState()
|
/ohos5.0/base/useriam/user_auth_framework/services/base/src/ |
H A D | finite_state_machine_impl.cpp | 93 uint32_t newState) in DealWithStateLeaveAndEnter()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_state_machine.h | 57 virtual bool CheckChangeStateValid(State lastState, State newState) { return true; } in CheckChangeStateValid()
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/ |
H A D | externaldepsproxy_fuzzer.cpp | 140 int newState = timeOutArray[0]; in FuzzUpdateNfcState() local 148 int newState = timeOutArray[0]; in FuzzPublishNfcStateChanged() local
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_main_statemachine.cpp | 82 void NetworkShareMainStateMachine::MainSmStateSwitch(int newState) in MainSmStateSwitch()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_callback_proxy.cpp | 21 void BluetoothGattClientCallbackProxy::OnConnectionStateChanged(int32_t state, int32_t newState) in OnConnectionStateChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_hogp.cpp | 304 void HidHostHogp::OnConnectionStateChangedTask(int newState) in OnConnectionStateChangedTask() 707 void HidHostHogp::HogpGattClientCallback::OnConnectionStateChanged(int state, int newState) in OnConnectionStateChanged()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_manager.cpp | 472 uint16_t newState = static_cast<uint16_t>(syncState_); in CloudSyncDfxManager() local 525 uint16_t newState = static_cast<uint16_t>(syncState_); in RunDfx() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_callback_stub.cpp | 96 int32_t newState = data.ReadInt32(); in OnConnectionStateChangedInner() local
|