/foundation/ability/dmsfwk/interfaces/innerkits/continuation_manager/include/ |
H A D | device_connect_status.h | 44 DISCONNECTING = 3, member in OHOS::DistributedSchedule::DeviceConnectStatus
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service_state_machine.cpp | 95 service->ProcessConnectFrameworkCallback(static_cast<int>(BTConnectState::DISCONNECTING), rawAddr); in Dispatch() 102 service->ProcessConnectFrameworkCallback(static_cast<int>(BTConnectState::DISCONNECTING), rawAddr); in Dispatch() 169 service->ProcessConnectFrameworkCallback(static_cast<int>(BTConnectState::DISCONNECTING), rawAddr); in Dispatch()
|
H A D | a2dp_service_connection.cpp | 84 deviceInfo->SetConnectState(static_cast<int>(BTConnectState::DISCONNECTING)); in A2dpDisconnect()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/ |
H A D | cast_session_common.h | 41 DISCONNECTING, member in OHOS::CastEngine::CastEngineService::SessionState 48 "DEFAULT", "DISCONNECTED", "CONNECTING", "CONNECTED", "PLAYING", "PAUSED", "DISCONNECTING", "STREAM",
|
/foundation/CastEngine/castengine_cast_plus_stream/include/ |
H A D | cast_session_common.h | 41 DISCONNECTING, member in OHOS::CastEngine::CastEngineService::SessionState 48 "DEFAULT", "DISCONNECTED", "CONNECTING", "CONNECTED", "PLAYING", "PAUSED", "DISCONNECTING", "STREAM",
|
/foundation/ability/ability_runtime/test/unittest/connection_record_test/ |
H A D | connection_record_test.cpp | 222 * CaseDescription: 1.Connection state is not DISCONNECTING, Onabilitydisconnectdone is not called 223 * 2.Connection state is DISCONNECTING, Call onabilitydisconnect done 230 connectionRecord_->SetConnectState(ConnectionState::DISCONNECTING); in HWTEST_F() 246 connectionRecord_->SetConnectState(ConnectionState::DISCONNECTING); in HWTEST_F() 296 res = connectionRecord_->ConvertConnectionState(ConnectionState::DISCONNECTING); in HWTEST_F() 297 EXPECT_EQ(res, "DISCONNECTING"); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | connection_record.cpp | 97 SetConnectState(ConnectionState::DISCONNECTING); in DisconnectAbility() 152 SetConnectState(ConnectionState::DISCONNECTING); in CompleteConnect() 201 if (state_ != ConnectionState::DISCONNECTING) { in ScheduleDisconnectAbilityDone() 268 case ConnectionState::DISCONNECTING: in ConvertConnectionState() 269 return "DISCONNECTING"; in ConvertConnectionState()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | ability_connect_record.h | 28 DISCONNECTING,
enumerator
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | page_ability_record.cpp | 361 if (connectStatus_ == ConnectStatus::DISCONNECT || connectStatus_ == ConnectStatus::DISCONNECTING) {
in DisconnectAbility() 370 SetConnectStatus(ConnectStatus::DISCONNECTING);
in DisconnectAbility() 417 if (connectStatus_ == ConnectStatus::DISCONNECTING) {
in ForceStopServiceAbility() 425 SetConnectStatus(ConnectStatus::DISCONNECTING);
in ForceStopServiceAbility()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | connection_record.h | 31 enum class ConnectionState { INIT, CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED }; member in OHOS::AAFwk::ConnectionState
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/ |
H A D | ability_connect_task.cpp | 48 if (serviceConnectStatus == ConnectStatus::DISCONNECTING || serviceConnectStatus == ConnectStatus::DISCONNECT ||
in PerformConnectTask()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_service_base.cpp | 34 newState = BTConnectState::DISCONNECTING; in ConvertConnectionState()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen_manager.cpp | 55 { DISCONNECTING, "disconnecting" } 166 if (dScreen->GetState() == DISCONNECTING) { in StopDScreenMirror() 294 case DISCONNECTING: in DisableDistributedScreen()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | inner_link.h | 77 DISCONNECTING = 3 member in OHOS::SoftBus::InnerLink::LinkState
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_service.h | 134 {HID_HOST_STATE_DISCONNECTING, static_cast<int>(BTConnectState::DISCONNECTING)},
|
H A D | hid_host_statemachine.cpp | 38 std::make_unique<HidHostDisconnectingState>(DISCONNECTING, *this); in Init() 455 Transition(HidHostStateMachine::DISCONNECTING); in Dispatch() 495 Transition(HidHostStateMachine::DISCONNECTING); in DispatchBle()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_service.h | 147 {PAN_STATE_DISCONNECTING, static_cast<int>(BTConnectState::DISCONNECTING)},
|
H A D | pan_statemachine.cpp | 37 std::make_unique<PanDisconnectingState>(DISCONNECTING, *this); in Init() 210 Transition(PanStateMachine::DISCONNECTING); in Dispatch()
|
H A D | pan_statemachine.h | 105 inline static const std::string DISCONNECTING = "Disconnecting"; member in OHOS::bluetooth::PanStateMachine
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_utils.cpp | 113 case static_cast<int>(BTConnectState::DISCONNECTING):
in GetProfileConnStateName() 114 return "DISCONNECTING(2)";
in GetProfileConnStateName()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 610 {HFP_HF_STATE_DISCONNECTING, static_cast<int>(BTConnectState::DISCONNECTING)},
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 47 { DISCONNECTING, "disconnecting" } 172 if (changedScreen->GetState() == DISCONNECTING) { in RemoveFromGroup() 314 case DISCONNECTING: in DisableDistributedScreen()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 53 DISCONNECTING, enumerator 479 connection->state = DISCONNECTING; in BtmAclTimeoutTask() 1342 if (connection->state != DISCONNECTING) { in BTM_AclDisconnect() 1343 connection->state = DISCONNECTING; in BTM_AclDisconnect() 1765 if (connection->state == DISCONNECTING) { in BTM_AclAddRef() 1782 connection->state = DISCONNECTING; in BtmReleaseConnection() 1793 connection->state = DISCONNECTING; in BtmReleaseConnection() 1922 connection->state = DISCONNECTING; in BtmCloseAclConnectionByTransport()
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | cast_engine_common.h | 84 DISCONNECTING, member in OHOS::CastEngine::SubDeviceType::DeviceState 131 "CONNECTING", "CONNECTED", "PAUSED", "PLAYING", "DISCONNECTING", "DISCONNECTED", "STREAM", 143 DISCONNECTING, member in OHOS::CastEngine::SubDeviceType::EventCode::ServiceStatus
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_castengine_enum.cpp | 166 (void)SetNamedProperty(env, result, "DISCONNECTING", static_cast<int32_t>(DeviceState::DISCONNECTING)); in ExportDeviceState() 203 (void)SetNamedProperty(env, result, "DISCONNECTING", static_cast<int32_t>(ServiceStatus::DISCONNECTING)); in ExportServiceStatus()
|