/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | ipsec_vpn_ctl.cpp | 139 state_ = IpsecVpnStateCode::STATE_CONNECTED; in NotifyConnectStage() 175 if (state_ == IpsecVpnStateCode::STATE_CONNECTED && ipsecVpnConfig_ != nullptr) { in GetConnectedSysVpnConfig()
|
H A D | l2tp_vpn_ctl.cpp | 130 state_ = IpsecVpnStateCode::STATE_CONNECTED; in NotifyConnectStage() 166 if (state_ == IpsecVpnStateCode::STATE_CONNECTED && l2tpVpnConfig_ != nullptr) { in GetConnectedSysVpnConfig()
|
/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().connectionState); in HWTEST_F() 212 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, amsInner->QueryAppSpawnConnectionState()); in HWTEST_F() 246 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 247 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, amsInner->QueryAppSpawnConnectionState()); in HWTEST_F() 273 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 274 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, amsInner->QueryAppSpawnConnectionState()); in HWTEST_F() 276 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService->QueryServiceState().connectionState); in HWTEST_F() 277 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, amsInner->QueryAppSpawnConnectionState()); in HWTEST_F() 302 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appSpawnClient->QueryConnectionState()); in HWTEST_F()
|
/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; member in OHOS::bluetooth::GattConnectionManager::Device
|
H A D | gatt_client_service.cpp | 605 if (std::get<TUPLE_INDEX_FIRST>(deviceInfo).compare(GattConnectionManager::Device::STATE_CONNECTED) == 0) { in Connect()
|
/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | ipsec_vpn_ctl.h | 47 STATE_CONNECTED, // ipsec up home or pppd started enumerator
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 78 if (state_ == SpawnConnectionState::STATE_CONNECTED) { in OpenConnection() 97 state_ = SpawnConnectionState::STATE_CONNECTED; in OpenConnection() 105 if (state_ == SpawnConnectionState::STATE_CONNECTED) { in CloseConnection() 118 if (state_ == SpawnConnectionState::STATE_CONNECTED) { in GetAppSpawnClientHandle()
|
/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 }; member in OHOS::AppExecFwk::SpawnConnectionState
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_info.h | 543 STATE_CONNECTED = 1, enumerator
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | l2tp_vpn_ctl_test.cpp | 84 l2tpControl_->state_ = IpsecVpnStateCode::STATE_CONNECTED; in HWTEST_F()
|
H A D | ipsec_vpn_ctl_test.cpp | 87 ipsecControl_->state_ = IpsecVpnStateCode::STATE_CONNECTED; in HWTEST_F()
|
/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().connectionState); in HWTEST_F() 185 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appSpawnClient->QueryConnectionState()); in HWTEST_F() 724 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appSpawnClient->QueryConnectionState()); in HWTEST_F() 751 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appSpawnClient->QueryConnectionState()); in HWTEST_F()
|
/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)); in HWTEST_F() 756 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, appMgrService_->QueryServiceState().connectionState); in HWTEST_F()
|
/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; in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 251 STATE_CONNECTED = 2, // the current profile is connected enumerator
|
/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 121 SetNamedPropertyByInteger(env, profileState, ProfileConnectionState::STATE_CONNECTED, "STATE_CONNECTED"); in ProfileStateInit()
|
/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()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 329 HILOGD("STATE_CONNECTED(2)"); in GetProfileConnectionState() 330 profileConnectionState = ProfileConnectionState::STATE_CONNECTED; in GetProfileConnectionState()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 1316 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, serviceInner_->QueryAppSpawnConnectionState()); in HWTEST_F() 1358 EXPECT_EQ(SpawnConnectionState::STATE_CONNECTED, serviceInner_->QueryAppSpawnConnectionState()); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 894 EXPECT_EQ(serviceInner_->QueryAppSpawnConnectionState(), SpawnConnectionState::STATE_CONNECTED); in HWTEST_F()
|