Home
last modified time | relevance | path

Searched refs:serviceList (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c493 static DiscItem *CreateDiscItem(SoftBusList *serviceList, const char *packageName, const InnerCallback *cb, in CreateDiscItem() argument
505 ListNodeInsert(&(serviceList->list), &(itemNode->node)); in CreateDiscItem()
507 ListTailInsert(&(serviceList->list), &(itemNode->node)); in CreateDiscItem()
512 serviceList->cnt++; in CreateDiscItem()
625 static int32_t AddDiscInfoToList(SoftBusList *serviceList, const char *packageName, const InnerCallback *cb, in AddDiscInfoToList() argument
635 LIST_FOR_EACH_ENTRY(itemNode, &(serviceList->list), DiscItem, node) { in AddDiscInfoToList()
662 itemNode = CreateDiscItem(serviceList, packageName, cb, type); in AddDiscInfoToList()
689 static DiscInfo *RemoveInfoFromList(SoftBusList *serviceList, const char *packageName, const int32_t id, in RemoveInfoFromList() argument
700 LIST_FOR_EACH_ENTRY(itemNode, &(serviceList->list), DiscItem, node) { in RemoveInfoFromList()
710 serviceList in RemoveInfoFromList()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_account_data.cpp549 std::vector<std::string> serviceList = config_->GetEnabledAccessibilityServices(); in GetAbilityAutoStartState() local
550 auto iter = std::find(serviceList.begin(), serviceList.end(), name); in GetAbilityAutoStartState()
551 if (iter != serviceList.end()) { in GetAbilityAutoStartState()
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_account_data_benchmark.cpp549 std::vector<std::string> serviceList = config_->GetEnabledA11yBenchmarkServices(); in GetAbilityAutoStartState() local
550 auto iter = std::find(serviceList.begin(), serviceList.end(), name); in GetAbilityAutoStartState()
551 if (iter != serviceList.end()) { in GetAbilityAutoStartState()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c1132 * @param3 serviceList Indicates the pointer to const a list of attribute data.
1137 uint16_t connectHandle, uint8_t length, const AttReadGoupAttributeData *serviceList, uint16_t serviceNum) in ATT_ReadByGroupTypeResponse()
1153 attReadGroupAttrDataPtr[index].attHandle = serviceList[index].attHandle; in ATT_ReadByGroupTypeResponse()
1154 attReadGroupAttrDataPtr[index].groupEndHandle = serviceList[index].groupEndHandle; in ATT_ReadByGroupTypeResponse()
1157 serviceList[index].attributeValue, in ATT_ReadByGroupTypeResponse()
1136 ATT_ReadByGroupTypeResponse( uint16_t connectHandle, uint8_t length, const AttReadGoupAttributeData *serviceList, uint16_t serviceNum) ATT_ReadByGroupTypeResponse() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h648 * @param3 serviceList Indicates the pointer to const a list of attribute data.
652 uint16_t connectHandle, uint8_t length, const AttReadGoupAttributeData *serviceList, uint16_t serviceNum);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp393 AttReadGoupAttributeData serviceList[GATT_VALUE_LEN_MAX] = {{0, 0, nullptr}}; in DiscoverAllPrimaryServiceResponse() local
412 AssembleAttReadByGroupTypeRspPackage(serviceList, service->second, serviceNum); in DiscoverAllPrimaryServiceResponse()
420 ATT_ReadByGroupTypeResponse(connectHandle, dataLen, serviceList, serviceNum); in DiscoverAllPrimaryServiceResponse()
422 free(serviceList[i].attributeValue); in DiscoverAllPrimaryServiceResponse()

Completed in 18 milliseconds