Home
last modified time | relevance | path

Searched defs:reason (Results 526 - 550 of 1381) sorted by relevance

1...<<21222324252627282930>>...56

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.cpp120 void HfpAgStateMachine::NotifyChildStateToParentState(int fromState, int toState, int reason) in NotifyChildStateToParentState() argument
143 void HfpAgStateMachine::ProcessAudioDisconnected(int reason) in ProcessAudioDisconnected() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_l2cap.c465 void AvctDisconnectAbnormalCallback(uint16_t lcid, uint8_t reason, void *ctx) in AvctDisconnectAbnormalCallback() argument
492 void AvctDisconnectAbnormalCBack(uint16_t lcid, uint8_t reason, void *ctx) in AvctDisconnectAbnormalCBack() argument
[all...]
H A Davctp_br_l2cap.c480 void AvctBrDisconnectAbnormalCallback(uint16_t lcid, uint8_t reason, void *ctx) in AvctBrDisconnectAbnormalCallback() argument
507 void AvctBrDisconnectAbnormalCBack(uint16_t lcid, uint8_t reason, void *ctx) in AvctBrDisconnectAbnormalCBack() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c155 static int GapLeRemoteConnectionParameterRequestNegativeReply(uint16_t handle, uint8_t reason) in GapLeRemoteConnectionParameterRequestNegativeReply() argument
498 void GapLeDisconnectionComplete(uint8_t status, uint16_t connectionHandle, uint8_t reason, void *context) in GapLeDisconnectionComplete() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_l2cap_if.c295 uint8_t reason; member
314 void RfcommDisconnectAbnormalCallback(uint16_t lcid, uint8_t reason, void *context) in RfcommDisconnectAbnormalCallback() argument
H A Drfcomm_session_fsm.c524 uint8_t reason = *(uint8_t *)data; in RfcommRecvLinkLoss() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c109 void SMP_Disconnected(uint16_t handle, uint8_t role, uint8_t reason) in SMP_Disconnected() argument
225 uint8_t reason = 0x00; in SMP_RecvPairReqJudgeException() local
281 uint8_t reason = 0x00; in SMP_RecvPairRspJudgeException() local
525 uint8_t reason = *((uint8_t *)BufferPtr(buffer)); in SMP_ReceivePairingFailed() local
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c137 static void WrapperAclStateChangedCallback(const BdAddr *bdAddr, GapAclState state, unsigned int reason) in WrapperAclStateChangedCallback() argument
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Ddual_display_fold_policy.cpp403 ScreenPropertyChangeReason reason = ScreenPropertyChangeReason::FOLD_SCREEN_EXPAND; in ChangeScreenDisplayModeOnBootAnimation() local
H A Dsingle_display_fold_policy.cpp343 SendPropertyChangeResult(sptr<ScreenSession> screenSession, ScreenId screenId, ScreenPropertyChangeReason reason) SendPropertyChangeResult() argument
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/
H A Dscreen_session_manager_client_stub.cpp125 auto reason = static_cast<ScreenPropertyChangeReason>(data.ReadUint32()); in HandleOnPropertyChanged() local
135 auto reason = static_cast<PowerStateChangeReason>(data.ReadUint32()); in HandleOnPowerStatusChanged() local
H A Dscreen_session_manager_client_proxy.cpp130 OnPropertyChanged(ScreenId screenId, const ScreenProperty& property, ScreenPropertyChangeReason reason) OnPropertyChanged() argument
166 OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason) OnPowerStatusChanged() argument
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp122 FocusChangeReason reason = FocusChangeReason::CLICK; in PresentFocusIfPointDown() local
145 FocusChangeReason reason = FocusChangeReason::CLICK; in PresentFoucusIfNeed() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_stub_test.cpp85 ScreenPropertyChangeReason reason = ScreenPropertyChangeReason::UNDEFINED; in HWTEST_F() local
110 PowerStateChangeReason reason = PowerStateChangeReason::POWER_BUTTON; in HWTEST_F() local
500 ScreenPropertyChangeReason reason = ScreenPropertyChangeReason::UNDEFINED; in HWTEST_F() local
H A Dscreen_session_manager_stub_test.cpp2723 PowerStateChangeReason reason = PowerStateChangeReason{0}; in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp646 SizeChangeReason reason = SizeChangeReason::UNDEFINED; in HWTEST_F() local
1055 SizeChangeReason reason = SizeChangeReason::UNDEFINED; in HWTEST_F() local
H A Dscene_session_lifecycle_test.cpp1098 uint32_t reason = 1; in HWTEST_F() local
1154 uint32_t reason = 1; in HWTEST_F() local
H A Dscene_session_manager_test10.cpp213 SizeChangeReason reason = SizeChangeReason::ROTATION; in HWTEST_F() local
H A Dscene_session_test5.cpp786 SizeChangeReason reason = { SizeChangeReason::DRAG }; in HWTEST_F() local
1525 SizeChangeReason reason = SizeChangeReason::UNDEFINED; HWTEST_F() local
[all...]
H A Dsession_stage_proxy_test.cpp101 SizeChangeReason reason = SizeChangeReason::UNDEFINED; in HWTEST_F() local
397 uint32_t reason = 1; in HWTEST_F() local
410 uint32_t reason = 1; in HWTEST_F() local
H A Dsession_test3.cpp930 FocusChangeReason reason = FocusChangeReason::SCB_SESSION_REQUEST; in HWTEST_F() local
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp836 WindowStateChangeReason reason = WindowStateChangeReason::NORMAL; in HWTEST_F() local
1506 WindowStateChangeReason reason = WindowStateChangeReason::NORMAL; in HWTEST_F() local
/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp109 void RootScene::UpdateViewportConfig(const Rect& rect, WindowSizeChangeReason reason) in UpdateViewportConfig() argument
H A Dwindow_agent.cpp31 WMError WindowAgent::UpdateWindowRect(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason, in UpdateWindowRect() argument
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_proxy.cpp30 WMError WindowProxy::UpdateWindowRect(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason, in UpdateWindowRect() argument

Completed in 35 milliseconds

1...<<21222324252627282930>>...56