Home
last modified time | relevance | path

Searched refs:isPrimary_ (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h123 isPrimary_ = isPrimary; in MarkItemPrimary()
128 return isPrimary_; in IsItemPrimary()
167 bool isPrimary_ = false; member in OHOS::Ace::V2::IndexerItemComponent
H A Drender_indexer_item.h48 return isPrimary_; in IsItemPrimary()
142 bool isPrimary_ = false; member in OHOS::Ace::V2::RenderIndexerItem
H A Drender_indexer_item.cpp43 isPrimary_ = itemComponent->IsItemPrimary(); in Update()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dgatt_data.h129 :isPrimary_(false), handle_(0), startHandle_(0), endHandle_(0), uuid_(), includeServices_(), characteristics_() in Service()
134 : isPrimary_(true), handle_(handle), startHandle_(starthandle), endHandle_(endHandle), uuid_(uuid), in Service()
140 : isPrimary_(false), handle_(handle), startHandle_(handle), endHandle_(0), uuid_(), includeServices_(), in Service()
146 : isPrimary_(false), handle_(handle), startHandle_(handle), endHandle_(endHandle), uuid_(), includeServices_(), in Service()
157 bool isPrimary_; member
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.h150 isPrimary_ = isPrimary; in MarkItemPrimary()
155 return isPrimary_; in IsItemPrimary()
187 bool isPrimary_ = false; member in OHOS::Ace::IndexerItemComponent
H A Drender_indexer_item.h52 return isPrimary_; in IsItemPrimary()
148 bool isPrimary_ = false; member in OHOS::Ace::RenderIndexerItem
H A Drender_indexer_item.cpp50 isPrimary_ = itemComponent->IsItemPrimary(); in Update()
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_gatt_service_parcel.cpp27 if (!parcel.WriteBool(isPrimary_)) { in Marshalling()
83 if (!parcel.ReadBool(isPrimary_)) { in ReadFromParcel()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.h162 bool isPrimary_; member
170 : isPrimary_(false), in Service()
179 : isPrimary_(src.isPrimary_), in Service()
H A Dgatt_cache.h71 bool isPrimary_ = true; member
82 : isPrimary_(isPrimary), handle_(handle), endHandle_(endHandle), uuid_(uuid) in Service()
H A Dgatt_database.cpp408 includeService.isPrimary_ = sIt->second.isPrimary_; in CheckIncludeServicesLegality()
H A Dgatt_cache.cpp178 svcBlob.type_ = (svc.second.isPrimary_ ? Uuid::ConvertFrom16Bits(UUID_PRIMARY_SERVICE) in StoredToFile()
H A Dgatt_server_profile.cpp400 if (startHandle <= service->second.handle_ && service->second.isPrimary_) { in DiscoverAllPrimaryServiceResponse()
472 service->second.isPrimary_) { in DiscoverPrimaryServiceByUuidResponse()
1453 if (db_.GetService(attHandle)->isPrimary_) { in AssembleAttFindInforRspSvcPackage()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddevice_information_service.cpp152 svc->isPrimary_ = true; in BuildService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp194 svc->isPrimary_ = true; in BuildService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp222 svc->isPrimary_ = true; in BuildService()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h202 bool isPrimary_ { false };
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp413 service.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildService()
610 svc.isPrimary_ = service.IsPrimary(); in AddService()
H A Dbluetooth_gatt_client.cpp444 svc.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildServiceList()

Completed in 15 milliseconds