/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_ioservice_test.cpp | 229 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 279 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 359 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 402 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 470 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 507 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 544 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 581 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 618 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable 647 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable [all …]
|
/ohos5.0/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_pnp_test.c | 98 static void TestPnpAdd(struct HdfIoService *serv) in TestPnpAdd() 122 static void TestPnpRemove(struct HdfIoService *serv) in TestPnpRemove() 165 struct HdfIoService *serv = HdfIoServiceBind(USB_HOST_PNP_TEST_SERVICE_NAME); in main() local
|
H A D | usbhost_loader_test.c | 56 struct HdfIoService *serv = HdfIoServiceBind(USB_HOST_PNP_TEST_SERVICE_NAME); in main() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | main.cpp | 34 OHOS::sptr<OHOS::IRemoteObject> serv = manager->AsObject(); in main() local
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/ioservice_fuzzer/ioserviceremove_fuzzer/ |
H A D | ioserviceremove_fuzzer.cpp | 29 struct HdfIoService *serv = HdfIoServiceBind(servicename); in IoserviceGroupRemoveServiceFuzzTest() local
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/syscall_fuzzer/syscall_fuzzer/ |
H A D | syscall_fuzzer.cpp | 35 struct HdfIoService *serv = HdfIoServiceBind(servicename); in SyscallFuzzTest() local
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dns_resolv_listen_test.cpp | 136 std::string serv; variable 160 std::string serv; variable
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_gatt_service_parcel.cpp | 50 for (auto serv : includeServices_) { in Marshalling() local
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/ioservice_fuzzer/ioservicelisten_fuzzer/ |
H A D | ioservicelisten_fuzzer.cpp | 62 struct HdfIoService *serv = HdfIoServiceBind(servicename); in IoserviceListenFuzzTest() local
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/ioservice_fuzzer/ioservicegrouplisten_fuzzer/ |
H A D | ioservicegrouplisten_fuzzer.cpp | 60 struct HdfIoService *serv = HdfIoServiceBind(servicename); in IoserviceGroupListenFuzzTest() local
|
/ohos5.0/drivers/hdf_core/framework/core/manager/src/ |
H A D | devsvc_manager_ext.c | 26 struct HdfIoService *serv; member
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_pnp_server.c | 288 struct HdfIoService *serv = NULL; in AudioUhdfLoadDriver() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | dns_config_client.h | 91 char *serv; member
|
/ohos5.0/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… in OH_NetConn_GetAddrInfo()
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 77 static int32_t UsbnetHostSendBufToNet(struct HdfIoService *serv, uint32_t id, in UsbnetHostSendBufToNet() 1173 struct HdfIoService *serv = HdfIoServiceBind(USB_NET_SERVICE_NAME); in UsbnetHostRegisterNet() local
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.cpp | 843 for (auto &serv : services) { in OnDiscoverAllPrimaryServicesEvent() local 873 for (auto &serv : services) { in OnFindIncludedServicesEvent() local
|
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/ |
H A D | hdf_vnode_adapter.c | 37 struct HdfIoService *serv; member
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_raw_api_library.c | 1565 struct HdfIoService *serv = HdfIoServiceBind(USB_HOST_PNP_SERVICE_NAME); in RawInitPnpService() local
|