Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_CONNECTED (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_connection.h32 CONNECTION_STATE_CONNECTED = 0, enumerator
/foundation/ability/ability_runtime/test/unittest/ability_connection_test/
H A Dability_connection_test.cpp265 abilityConnection->SetConnectionState(CONNECTION_STATE_CONNECTED); in HWTEST_F()
266 EXPECT_EQ(abilityConnection->GetConnectionState(), CONNECTION_STATE_CONNECTED); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_connection.cpp44 SetConnectionState(CONNECTION_STATE_CONNECTED); in OnAbilityConnectDone()
H A Dconnection_manager.cpp86 if (abilityConnection->GetConnectionState() == CONNECTION_STATE_CONNECTED) { in ConnectAbilityInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h76 constexpr int CONNECTION_STATE_CONNECTED = 0x01; member
H A Dclassic_remote_device.cpp149 return (aclConnected_ >= CONNECTION_STATE_CONNECTED); in IsAclEncrypted()
H A Dclassic_adapter.cpp1616 remoteDevice->SetAclConnectState(CONNECTION_STATE_CONNECTED); in ReceiveEncryptionChange()
2056 int connectState = CONNECTION_STATE_CONNECTED; in ReceiveConnectionComplete()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common_ability.h152 CONNECTION_STATE_CONNECTED = 0, enumerator
H A Djs_napi_common.cpp85 if (connectionState == CONNECTION_STATE_CONNECTED) { in OnFindAbilityConnection()
1666 connectionState_ = CONNECTION_STATE_CONNECTED; in OnAbilityConnectDone()

Completed in 11 milliseconds