/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_module_test.cpp | 211 …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 D | searchProfileConnStateById.ets | 73 this.stateProfile = 'STATE_CONNECTED'; 108 this.stateProfile = 'STATE_CONNECTED'; 143 this.stateProfile = 'STATE_CONNECTED';
|
H A D | deviceFound.ets | 218 …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 D | searchProfileConnStateById.ets | 71 this.stateProfile = 'STATE_CONNECTED'; 106 this.stateProfile = 'STATE_CONNECTED'; 141 this.stateProfile = 'STATE_CONNECTED';
|
H A D | deviceFound.ets | 211 …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 D | BluetoothModel.ts | 60 STATE_CONNECTED = 2, 124 STATE_CONNECTED = 2, 196 this.connectionState = DeviceState.STATE_CONNECTED;
|
H A D | BluetoothModelManager.ts | 60 STATE_CONNECTED = 2, 123 STATE_CONNECTED = 2,
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/ |
H A D | Profile功能界面使用说明文档.md | 35 > STATE_CONNECTED = 2, 216 >| STATE_CONNECTED | 2 | 表示profile已连接。 |
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 80 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 D | Br功能界面使用说明文档.md | 75 - 若本地蓝牙已连接,返回值为2,显示信息为"STATE_CONNECTED"
|
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 232 … 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 D | gatt_service_base.cpp | 31 } else if (state.compare(GattConnectionManager::Device::STATE_CONNECTED) == 0) { in ConvertConnectionState()
|
H A D | gatt_connection_manager.cpp | 45 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 D | gatt_connection_manager.h | 48 static const std::string STATE_CONNECTED; variable
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrManagerDoc/ |
H A D | 经典蓝牙Manager使用说明文档.md | 103 >| STATE_CONNECTED | 2 | 表示profile已连接。 | 310 - 若本地蓝牙已连接,返回值为2,显示信息为"STATE_CONNECTED"
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 36 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 D | ams_service_app_spawn_client_test.cpp | 137 …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 D | gatt-development-guide.md | 235 … 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 D | js-apis-bluetooth-constant.md | 43 | STATE_CONNECTED | 2 | 表示profile已连接。 |
|
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_info.h | 573 STATE_CONNECTED = 1, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/ |
H A D | ams_service_event_drive_test.cpp | 754 .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 D | ams_app_mgr_service_module_test.cpp | 498 SpawnConnectionState testSpawnConnectionState = SpawnConnectionState::STATE_CONNECTED;
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-constant.md | 43 | STATE_CONNECTED | 2 | Connected. |
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession_enum.cpp | 101 (void)SetNamedProperty(env, result, "STATE_CONNECTED", ConnectionState::STATE_CONNECTED); in ExportConnectionState()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 251 STATE_CONNECTED = 2, // the current profile is connected enumerator
|