Home
last modified time | relevance | path

Searched refs:CONNECTION_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_keyevent_filter_test.cpp32 constexpr int32_t CONNECTION_ID = 1; variable
154 CONNECTION_ID, abilityInfo);
180 CONNECTION_ID, abilityInfo);
215 CONNECTION_ID, abilityInfo);
242 CONNECTION_ID, abilityInfo);
271 CONNECTION_ID, abilityInfo);
280 CONNECTION_ID, abilityInfo);
309 CONNECTION_ID, abilityInfo);
345 CONNECTION_ID, abilityInfo);
381 CONNECTION_ID, abilityInfo);
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/
H A Dtrans_auth_negotiation_test.cpp31 #define CONNECTION_ID 1 macro
432 int32_t ret = GetAuthConnInfoByConnId(CONNECTION_ID, nullptr);
437 ret = GetAuthConnInfoByConnId(CONNECTION_ID, &authConnInfo);
452 int32_t ret = GetAuthConnInfoByConnId(CONNECTION_ID, &authConnInfo);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.h352 static const uint8_t CONNECTION_ID = 0xCB; variable
H A Dobex_headers.cpp584 AppendWord(ObexHeader::CONNECTION_ID, connectionId); in AppendItemConnectionId()
741 return GetItem<ObexOptionalWordHeader *>(ObexHeader::CONNECTION_ID); in GetItemConnectionId()