Searched refs:serviceProxy (Results 1 - 3 of 3) sorted by relevance
/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 185 sptr<IRemoteObject> serviceProxy = in HWTEST_F() local 187 service_->serviceProxy_ = serviceProxy; in HWTEST_F() 226 sptr<IRemoteObject> serviceProxy = in HWTEST_F() local 228 service_->serviceProxy_ = serviceProxy; in HWTEST_F() 387 sptr<IRemoteObject> serviceProxy = in HWTEST_F() local 389 service_->serviceProxy_ = serviceProxy; in HWTEST_F() 409 sptr<IRemoteObject> serviceProxy = in HWTEST_F() local 411 service_->serviceProxy_ = serviceProxy; in HWTEST_F() 457 sptr<IRemoteObject> serviceProxy = in HWTEST_F() local 459 service_->serviceProxy_ = serviceProxy; in HWTEST_F() [all...] |
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/ |
H A D | scan_manager_client.cpp | 62 sptr<IScanService> serviceProxy = iface_cast<IScanService>(systemAbility); in GetScanServiceProxy() local 63 if (serviceProxy == nullptr) { in GetScanServiceProxy() 68 return serviceProxy; in GetScanServiceProxy()
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_manager_client.cpp | 616 auto func = [printJobName, listener, printAttributes, &taskId](sptr<IPrintService> serviceProxy) { in Print() 617 serviceProxy->On("", PRINT_CALLBACK_ADAPTER, listener); in Print() 618 return serviceProxy->PrintByAdapter(printJobName, printAttributes, taskId); in Print() 644 auto func = [jobId, printAttributes, fd](sptr<IPrintService> serviceProxy) { in StartGetPrintFile() 645 return serviceProxy->StartGetPrintFile(jobId, printAttributes, fd); in StartGetPrintFile()
|
Completed in 4 milliseconds