Home
last modified time | relevance | path

Searched refs:STATE_CONNECTED (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/
H A Dams_service_app_spawn_client_module_test.cpp211 …EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionStat…
212 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, amsInner->QueryAppSpawnConnectionState());
246 …EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionStat…
247 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, amsInner->QueryAppSpawnConnectionState());
273 …EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionStat…
274 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, amsInner->QueryAppSpawnConnectionState());
276 …EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionStat…
277 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, amsInner->QueryAppSpawnConnectionState());
302 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appSpawnClient->QueryConnectionState());
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DsearchProfileConnStateById.ets73 this.stateProfile = 'STATE_CONNECTED';
108 this.stateProfile = 'STATE_CONNECTED';
143 this.stateProfile = 'STATE_CONNECTED';
H A DdeviceFound.ets218 …rn item.deviceType === DeviceType.HEADPHONE && item.connectionState === DeviceState.STATE_CONNECTED
246 case DeviceState.STATE_CONNECTED:
749 case DeviceState.STATE_CONNECTED:
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/
H A DsearchProfileConnStateById.ets71 this.stateProfile = 'STATE_CONNECTED';
106 this.stateProfile = 'STATE_CONNECTED';
141 this.stateProfile = 'STATE_CONNECTED';
H A DdeviceFound.ets211 …rn item.deviceType === DeviceType.HEADPHONE && item.connectionState === DeviceState.STATE_CONNECTED
237 case DeviceState.STATE_CONNECTED:
739 case DeviceState.STATE_CONNECTED:
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DBluetoothModel.ts60 STATE_CONNECTED = 2,
124 STATE_CONNECTED = 2,
196 this.connectionState = DeviceState.STATE_CONNECTED;
H A DBluetoothModelManager.ts60 STATE_CONNECTED = 2,
123 STATE_CONNECTED = 2,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/
H A DProfile功能界面使用说明文档.md35 >​ STATE_CONNECTED = 2,
216 >| STATE_CONNECTED | 2 | 表示profile已连接。 |
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp80 if (state_ == SpawnConnectionState::STATE_CONNECTED) { in OpenConnection()
99 state_ = SpawnConnectionState::STATE_CONNECTED; in OpenConnection()
107 if (state_ == SpawnConnectionState::STATE_CONNECTED) { in CloseConnection()
120 if (state_ == SpawnConnectionState::STATE_CONNECTED) { in GetAppSpawnClientHandle()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrDoc/
H A DBr功能界面使用说明文档.md75 - 若本地蓝牙已连接,返回值为2,显示信息为"STATE_CONNECTED"
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md232 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
254 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
280 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
303 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
333 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_service_base.cpp31 } else if (state.compare(GattConnectionManager::Device::STATE_CONNECTED) == 0) { in ConvertConnectionState()
H A Dgatt_connection_manager.cpp45 const std::string GattConnectionManager::Device::STATE_CONNECTED = "CONNECTED"; member in OHOS::bluetooth::GattConnectionManager::Device
929 if (state.compare(GattConnectionManager::Device::STATE_CONNECTED) == 0) { in ConvertConnectionState()
952 if (state == GattConnectionManager::Device::STATE_CONNECTED) { in DoShutDown()
1295 Transition(STATE_CONNECTED); in Dispatch()
1336 Transition(STATE_CONNECTED); in Dispatch()
1366 : StateBase(STATE_CONNECTED, stateMachine, device) in Connected()
1471 Transition(STATE_CONNECTED); in Dispatch()
1526 Transition(STATE_CONNECTED); in Dispatch()
H A Dgatt_connection_manager.h48 static const std::string STATE_CONNECTED; variable
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrManagerDoc/
H A D经典蓝牙Manager使用说明文档.md103 >| STATE_CONNECTED | 2 | 表示profile已连接。 |
310 - 若本地蓝牙已连接,返回值为2,显示信息为"STATE_CONNECTED"
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h36 enum class SpawnConnectionState { STATE_NOT_CONNECT, STATE_CONNECTED, STATE_CONNECT_FAILED }; enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp137 …EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionStat…
185 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appSpawnClient->QueryConnectionState());
724 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appSpawnClient->QueryConnectionState());
751 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appSpawnClient->QueryConnectionState());
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md235 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
257 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
283 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
306 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
336 … if (!this.gattClient || this.connectState != constant.ProfileConnectionState.STATE_CONNECTED) {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-constant.md43 | STATE_CONNECTED | 2 | 表示profile已连接。 |
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h573 STATE_CONNECTED = 1, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/
H A Dams_service_event_drive_test.cpp754 .WillRepeatedly(Return(SpawnConnectionState::STATE_CONNECTED));
756 …EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService_->QueryServiceState().connectionSta…
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp498 SpawnConnectionState testSpawnConnectionState = SpawnConnectionState::STATE_CONNECTED;
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-constant.md43 | STATE_CONNECTED | 2 | Connected. |
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_enum.cpp101 (void)SetNamedProperty(env, result, "STATE_CONNECTED", ConnectionState::STATE_CONNECTED); in ExportConnectionState()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h251 STATE_CONNECTED = 2, // the current profile is connected enumerator

123