Searched refs:serv (Results 1 - 9 of 9) sorted by relevance
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | main.cpp | 34 OHOS::sptr<OHOS::IRemoteObject> serv = manager->AsObject(); in main() local 38 if (!IPCSkeleton::SetContextObject(serv)) { in main()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dns_resolv_listen_test.cpp | 136 std::string serv; in HWTEST_F() local 139 struct ParamWrapper param = {const_cast<char *>(host.c_str()), const_cast<char *>(serv.c_str()), in HWTEST_F() 160 std::string serv; in HWTEST_F() local 162 struct ParamWrapper param = {const_cast<char *>(host.c_str()), const_cast<char *>(serv.c_str()), in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_gatt_service_parcel.cpp | 47 for (auto serv : includeServices_) { in Marshalling() 48 BluetoothGattService service = BluetoothGattService(serv); in Marshalling()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netsys_client.c | 143 static bool MakeKey(const char *hostName, const char *serv, const struct addrinfo *hints, in MakeKey() argument 146 if (serv && hints) { in MakeKey() 147 return sprintf_s(key, MAX_KEY_LENGTH, "%s %s %d %d %d %d", hostName, serv, hints->ai_family, hints->ai_flags, in MakeKey() 156 if (serv) { in MakeKey() 157 return sprintf_s(key, MAX_KEY_LENGTH, "%s %s", hostName, serv) > 0; in MakeKey() 221 if (!MakeKey(param.host, param.serv, param.hint, key)) { in NetsysSendKeyForCache()
|
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/ |
H A D | net_connection.h | 138 * @param serv Service name. 150 int32_t OH_NetConn_GetAddrInfo(char *host, char *serv, struct addrinfo *hint, struct addrinfo **res, int32_t netId);
|
H A D | net_connection_type.h | 238 * @param serv Service name. 245 typedef int (*OH_NetConn_CustomDnsResolver)(const char *host, const char *serv, const struct addrinfo *hint,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | dns_config_client.h | 91 char *serv; member
|
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/ |
H A D | net_connection.cpp | 50 int32_t OH_NetConn_GetAddrInfo(char *host, char *serv, struct addrinfo *hint, struct addrinfo **res, int32_t netId) in OH_NetConn_GetAddrInfo() argument 77 status = getaddrinfo_ext(host, serv, hint, res, &qp_param); in OH_NetConn_GetAddrInfo()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.cpp | 843 for (auto &serv : services) { in OnDiscoverAllPrimaryServicesEvent() 846 task.startHandle_ = serv.second.handle_; in OnDiscoverAllPrimaryServicesEvent() 847 task.endHandle_ = serv.second.endHandle_; in OnDiscoverAllPrimaryServicesEvent() 873 for (auto &serv : services) { in OnFindIncludedServicesEvent() 876 task.startHandle_ = serv.startHandle_; in OnFindIncludedServicesEvent() 877 task.endHandle_ = serv.startHandle_; in OnFindIncludedServicesEvent()
|
Completed in 6 milliseconds