Home
last modified time | relevance | path

Searched refs:DISCONNECTING (Results 1 - 25 of 66) sorted by relevance

123

/foundation/ability/dmsfwk/interfaces/innerkits/continuation_manager/include/
H A Ddevice_connect_status.h44 DISCONNECTING = 3, member in OHOS::DistributedSchedule::DeviceConnectStatus
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.cpp95 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 Da2dp_service_connection.cpp84 deviceInfo->SetConnectState(static_cast<int>(BTConnectState::DISCONNECTING)); in A2dpDisconnect()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_common.h41 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 Dcast_session_common.h41 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 Dconnection_record_test.cpp222 * 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 Dconnection_record.cpp97 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 Dability_connect_record.h28 DISCONNECTING, enumerator
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dpage_ability_record.cpp361 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 Dconnection_record.h31 enum class ConnectionState { INIT, CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED }; member in OHOS::AAFwk::ConnectionState
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H A Dability_connect_task.cpp48 if (serviceConnectStatus == ConnectStatus::DISCONNECTING || serviceConnectStatus == ConnectStatus::DISCONNECT || in PerformConnectTask()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_service_base.cpp34 newState = BTConnectState::DISCONNECTING; in ConvertConnectionState()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_manager.cpp55 { 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 Dinner_link.h77 DISCONNECTING = 3 member in OHOS::SoftBus::InnerLink::LinkState
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.h134 {HID_HOST_STATE_DISCONNECTING, static_cast<int>(BTConnectState::DISCONNECTING)},
H A Dhid_host_statemachine.cpp38 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 Dpan_service.h147 {PAN_STATE_DISCONNECTING, static_cast<int>(BTConnectState::DISCONNECTING)},
H A Dpan_statemachine.cpp37 std::make_unique<PanDisconnectingState>(DISCONNECTING, *this); in Init()
210 Transition(PanStateMachine::DISCONNECTING); in Dispatch()
H A Dpan_statemachine.h105 inline static const std::string DISCONNECTING = "Disconnecting"; member in OHOS::bluetooth::PanStateMachine
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_utils.cpp113 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 Dhfp_hf_service.h610 {HFP_HF_STATE_DISCONNECTING, static_cast<int>(BTConnectState::DISCONNECTING)},
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp47 { 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 Dbtm_acl.c53 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 Dcast_engine_common.h84 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 Dnapi_castengine_enum.cpp166 (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()

Completed in 15 milliseconds

123