Home
last modified time | relevance | path

Searched defs:service (Results 251 - 275 of 625) sorted by relevance

1...<<11121314151617181920>>...25

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp71 const char *BundleDaemon::GetServiceName(Service *service) in GetServiceName() argument
77 BOOL BundleDaemon::ServiceInitialize(Service *service, Identity identity) in ServiceInitialize() argument
87 TaskConfig BundleDaemon::GetServiceTaskConfig(Service *service) in GetServiceTaskConfig() argument
93 BOOL BundleDaemon::ServiceMessageHandle(Service *service, Request *request) in ServiceMessageHandle() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile_event_sender.cpp31 HfpAgService *service = HfpAgService::GetService(); in SendMessageToService() local
264 HfpAgService *service = HfpAgService::GetService(); in GetDispatchter() local
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_spatialization_service_unit_test/src/
H A Daudio_spatialization_service_unit_test.cpp64 AudioSpatializationService service; in HWTEST_F() local
[all...]
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionitem_fuzzer/
H A Davsessionitem_fuzzer.cpp60 sptr<AVSessionService> service = new AVSessionService(AVSESSION_SERVICE_ID); in AvSessionItemFuzzerTest() local
88 sptr<AVSessionService> service = new AVSessionService(AVSESSION_SERVICE_ID); in AvSessionItemTest() local
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrolleritem_fuzzer/
H A Davcontrolleritem_fuzzer.cpp63 sptr<AVSessionService> service = new AVSessionService(AVSESSION_SERVICE_ID); in FuzzOnRemoteRequest() local
105 sptr<AVSessionService> service = new AVSessionService(AVSESSION_SERVICE_ID); in AvControllerItemDataTest() local
207 sptr<AVSessionService> service = new AVSessionService(AVSESSION_SERVICE_ID); AvControllerItemTest() local
[all...]
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_test.cpp75 std::shared_ptr<MMIService> service = std::static_pointer_cast<MMIService>(stub); in HWTEST_F() local
105 std::shared_ptr<MMIService> service = std::static_pointer_cast<MMIService>(stub); in HWTEST_F() local
124 std::shared_ptr<MMIService> service = std::static_pointer_cast<MMIService>(stub); in HWTEST_F() local
144 std::shared_ptr<MMIService> service in HWTEST_F() local
171 std::shared_ptr<MMIService> service = std::static_pointer_cast<MMIService>(stub); HWTEST_F() local
240 std::shared_ptr<MMIService> service = std::static_pointer_cast<MMIService>(stub); HWTEST_F() local
263 std::shared_ptr<MMIService> service = std::static_pointer_cast<MMIService>(stub); HWTEST_F() local
284 std::shared_ptr<MMIService> service = std::static_pointer_cast<MMIService>(stub); HWTEST_F() local
302 std::shared_ptr<MMIService> service = std::static_pointer_cast<MMIService>(stub); HWTEST_F() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint_rpc.c340 static int RegisterRemoteEndpoint(SvcIdentity *identity, int token, const char *service, const char *feature) in RegisterRemoteEndpoint() argument
H A Ddefault_client.c59 IUnknown *SAMGR_CreateIProxy(const IpcContext *context, const char *service, const char *feature) in SAMGR_CreateIProxy() argument
89 SvcIdentity SAMGR_GetRemoteIdentity(const char *service, const char *feature) in SAMGR_GetRemoteIdentity() argument
223 QueryIdentity(const IpcContext *context, const char *service, const char *feature) QueryIdentity() argument
[all...]
H A Ddefault_client_rpc.c27 IUnknown *SAMGR_CreateIProxy(const char *service, const char *feature) in SAMGR_CreateIProxy() argument
57 IUnknown *SAMGR_CreateIRemoteProxy(const char* deviceId, const char *service, const char *feature) in SAMGR_CreateIRemoteProxy() argument
83 SAMGR_GetRemoteIdentity(const char *service, const char *feature) SAMGR_GetRemoteIdentity() argument
213 QueryIdentity(const char *service, const char *feature) QueryIdentity() argument
250 QueryRemoteIdentity(const char *deviceId, const char *service, const char *feature) QueryRemoteIdentity() argument
[all...]
H A Dsamgr_small_ipc_adapter.c21 char *service; member
32 int ClientRegisterRemoteEndpoint(SvcIdentity *identity, int token, const char *service, const char *feature) in ClientRegisterRemoteEndpoint() argument
70 void Listen(Endpoint *endpoint, int token, const char *service, const char *feature) in Listen() argument
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_core_unittest.cpp465 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
496 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
701 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
772 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
[all...]
H A Dipc_hitrace_unittest.cpp170 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
223 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
266 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
305 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
352 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
393 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp166 sptr<IRemoteObject> service = new TestService(); in HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/services/common/src/
H A Dnet_manager_center.cpp86 void NetManagerCenter::RegisterConnService(const sptr<NetConnBaseService> &service) in RegisterConnService() argument
108 void NetManagerCenter::RegisterStatsService(const sptr<NetStatsBaseService> &service) in RegisterStatsService() argument
129 void NetManagerCenter::RegisterPolicyService(const sptr<NetPolicyBaseService> &service) in RegisterPolicyService() argument
142 void NetManagerCenter::RegisterEthernetService(const sptr<NetEthernetBaseService> &service) in RegisterEthernetService() argument
156 void NetManagerCenter::RegisterDnsService(const sptr<DnsBaseService> &service) in RegisterDnsService() argument
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_callback_stub.cpp35 DBinderCallbackStub::DBinderCallbackStub(const std::string &service, const std::string &device, in DBinderCallbackStub() argument
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp510 std::u16string service = std::u16string(); in HWTEST_F() local
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c49 static const char *GetName(Service *service) in GetName() argument
55 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument
67 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument
76 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig() argument
[all...]
/foundation/communication/netmanager_base/test/fuzztest/common_fuzzer/
H A Dcommon_fuzzer.cpp179 sptr<NetStatsBaseService> service = nullptr; in RegisterStatsServiceFuzzTest() local
206 sptr<NetPolicyBaseService> service = new (std::nothrow) NetPolicyServiceCommon(); in RegisterPolicyServiceFuzzTest() local
228 sptr<NetEthernetBaseService> service = nullptr; in RegisterEthernetServiceFuzzTest() local
248 sptr<DnsBaseService> service = nullptr; in RegisterDnsServiceFuzzTest() local
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp226 NfcEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner, std::weak_ptr<NfcService> service) NfcEventHandler() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_service_manager.cpp130 IStaService *service = new StaInterface(instId); in LoadStaService() local
146 IWifiProService *service = new WifiProInterface(); in LoadWifiProService() local
161 ISelfCureService *service = new SelfCureInterface(); in LoadSelfCureService() local
174 IScanService *service = new ScanInterface(); in LoadScanService() local
188 IApService *service = new ApInterface(); in LoadApService() local
[all...]
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp75 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F() local
89 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F() local
103 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F() local
118 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F() local
133 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F() local
148 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
161 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
176 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
189 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
203 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
217 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
232 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
246 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
259 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
272 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
287 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
302 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
317 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
333 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
347 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
362 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
378 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
391 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
405 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
419 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
433 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
448 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
461 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
477 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
494 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
508 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
523 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
538 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
554 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
567 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
581 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
597 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
611 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
626 std::shared_ptr<NfcService> service = nullptr; HWTEST_F() local
639 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
653 std::shared_ptr<NfcService> service = nullptr; HWTEST_F() local
671 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_service_impl.cpp48 std::shared_ptr<WifiScanServiceImpl> service = std::make_shared<WifiScanServiceImpl>(); in GetInstance() local
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp81 sptr<IRemoteObject> service = hotspotMgr->GetWifiRemote(instId); in GetWifiHotspotProxy() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_manager.cpp121 WifiP2pServiceInfo service; in AddDeviceService() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp73 sptr<IRemoteObject> service = ability->GetFeatureInterface("kv_store"); in GetInstance() local

Completed in 24 milliseconds

1...<<11121314151617181920>>...25