Home
last modified time | relevance | path

Searched refs:OSD_CAPABILITY_BITMAP (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/bitmap/
H A Dbitmap_test.cpp65 bitmap = OSD_CAPABILITY_BITMAP;
67 EXPECT_EQ(OSD_CAPABILITY_BITMAP, bitmap);
69 bitmap = OSD_CAPABILITY_BITMAP;
71 EXPECT_EQ(OSD_CAPABILITY_BITMAP, bitmap);
73 bitmap = OSD_CAPABILITY_BITMAP;
78 bitmap = OSD_CAPABILITY_BITMAP;
80 EXPECT_EQ(OSD_CAPABILITY_BITMAP, bitmap);
82 bitmap = OSD_CAPABILITY_BITMAP;
84 EXPECT_EQ(OSD_CAPABILITY_BITMAP, bitmap);
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h381 OSD_CAPABILITY_BITMAP, enumerator
420 {OSD_CAPABILITY_BITMAP, (char *)"osdCapability"},
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/publishlnn_fuzzer/
H A Dpublishlnn_fuzzer.cpp27 static const int32_t MAX_SIZE_CAPABILITYMAP = OSD_CAPABILITY_BITMAP + 1;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/refreshlnn_fuzzer/
H A Drefreshlnn_fuzzer.cpp26 static const int32_t MAX_SIZE_CAPABILITYMAP = OSD_CAPABILITY_BITMAP + 1;
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap_capability.c48 case 1 << OSD_CAPABILITY_BITMAP: in DiscFillBtype()
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Ddisc_ble_test.cpp102 SetCapBitMapPos(CAPABILITY_NUM, option.capabilityBitmap, OSD_CAPABILITY_BITMAP); in GetSubscribeOptionForOsd()
522 SetCapBitMapPos(1, &capability, OSD_CAPABILITY_BITMAP);
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c181 1 << OSD_CAPABILITY_BITMAP;
188 OSD_CAPABILITY_BITMAP,
222 case 1 << OSD_CAPABILITY_BITMAP: // osdCapability in ConvertCapBitMap()
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Ddisc_manager_mock_test.cpp853 deviceInfo.capabilityBitmap[0] = 1 << OSD_CAPABILITY_BITMAP;