| /foundation/communication/dsoftbus/core/frame/small/init/src/ |
| H A D | softbus_server_stub.c | 49 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 D | common_fuzzer.cpp | 179 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 D | nfc_event_handler.cpp | 226 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 D | wifi_service_manager.cpp | 130 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 D | tag_session_test.cpp | 75 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 D | wifi_scan_service_impl.cpp | 48 std::shared_ptr<WifiScanServiceImpl> service = std::make_shared<WifiScanServiceImpl>(); in GetInstance() local
|
| /foundation/communication/wifi/wifi/frameworks/native/src/ |
| H A D | wifi_hotspot_impl.cpp | 81 sptr<IRemoteObject> service = hotspotMgr->GetWifiRemote(instId); in GetWifiHotspotProxy() local
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
| H A D | wifi_p2p_service_manager.cpp | 121 WifiP2pServiceInfo service; in AddDeviceService() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | kvdb_service_client.cpp | 73 sptr<IRemoteObject> service = ability->GetFeatureInterface("kv_store"); in GetInstance() local
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/ |
| H A D | udmf_service_client.cpp | 46 sptr<IRemoteObject> service = ability->GetFeatureInterface("udmf"); in GetInstance() local
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
| H A D | udmf_client.cpp | 45 auto service = UdmfServiceClient::GetInstance(); in SetData() local 90 auto service = UdmfServiceClient::GetInstance(); in GetData() local 121 auto service = UdmfServiceClient::GetInstance(); in GetBatchData() local 137 auto service in UpdateData() local 153 auto service = UdmfServiceClient::GetInstance(); DeleteData() local 169 auto service = UdmfServiceClient::GetInstance(); GetSummary() local 192 auto service = UdmfServiceClient::GetInstance(); AddPrivilege() local 208 auto service = UdmfServiceClient::GetInstance(); Sync() local 224 auto service = UdmfServiceClient::GetInstance(); IsRemoteData() local 240 auto service = UdmfServiceClient::GetInstance(); SetAppShareOption() local 256 auto service = UdmfServiceClient::GetInstance(); GetAppShareOption() local 277 auto service = UdmfServiceClient::GetInstance(); RemoveAppShareOption() local [all...] |
| /foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/ |
| H A D | backupservicestub_fuzzer.cpp | 58 bool OnRemoteRequestFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) in OnRemoteRequestFuzzTest() argument 76 bool CmdInitRestoreSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) in CmdInitRestoreSessionFuzzTest() argument 91 bool CmdInitBackupSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) in CmdInitBackupSessionFuzzTest() argument 106 bool CmdStartFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) in CmdStartFuzzTest() argument 119 bool CmdGetLocalCapabilitiesFuzzTest(sptr<Service> service, cons argument 132 CmdPublishFileFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdPublishFileFuzzTest() argument 156 CmdAppFileReadyFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppFileReadyFuzzTest() argument 183 CmdAppDoneFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppDoneFuzzTest() argument 202 CmdResultReportFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdResultReportFuzzTest() argument 225 CmdGetFileHandleFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdGetFileHandleFuzzTest() argument 241 CmdAppendBundlesRestoreSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppendBundlesRestoreSessionFuzzTest() argument 268 CmdAppendBundlesDetailsRestoreSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppendBundlesDetailsRestoreSessionFuzzTest() argument 299 CmdAppendBundlesBackupSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppendBundlesBackupSessionFuzzTest() argument 315 CmdAppendBundlesDetailsBackupSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppendBundlesDetailsBackupSessionFuzzTest() argument 335 CmdFinishFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdFinishFuzzTest() argument 347 CmdReleaseFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdReleaseFuzzTest() argument 359 CmdGetLocalCapabilitiesIncrementalFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdGetLocalCapabilitiesIncrementalFuzzTest() argument 375 CmdGetAppLocalListAndDoIncrementalBackupFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdGetAppLocalListAndDoIncrementalBackupFuzzTest() argument 387 CmdInitIncrementalBackupSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdInitIncrementalBackupSessionFuzzTest() argument 402 CmdAppendBundlesIncrementalBackupSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppendBundlesIncrementalBackupSessionFuzzTest() argument 418 CmdAppendBundlesDetailsIncrementalBackupSessionFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppendBundlesDetailsIncrementalBackupSessionFuzzTest() argument 438 CmdPublishIncrementalFileFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdPublishIncrementalFileFuzzTest() argument 462 CmdPublishSAIncrementalFileFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdPublishSAIncrementalFileFuzzTest() argument 488 CmdAppIncrementalFileReadyFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppIncrementalFileReadyFuzzTest() argument 517 CmdAppIncrementalDoneFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdAppIncrementalDoneFuzzTest() argument 536 CmdGetIncrementalFileHandleFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdGetIncrementalFileHandleFuzzTest() argument 552 CmdGetBackupInfoFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdGetBackupInfoFuzzTest() argument 566 CmdUpdateTimerFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdUpdateTimerFuzzTest() argument 587 CmdUpdateSendRateFuzzTest(sptr<Service> service, const uint8_t *data, size_t size) CmdUpdateSendRateFuzzTest() argument [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
| H A D | hfp_ag_statemachine.cpp | 97 HfpAgService *service = HfpAgService::GetService(); in NotifyStateTransitions() local 124 HfpAgService *service = HfpAgService::GetService(); in NotifyChildStateToParentState() local [all...] |
| H A D | hfp_ag_system_event_processer.cpp | 178 HfpAgService *service = HfpAgService::GetService(); in ProcessDialOutCallEvent() local 230 HfpAgService *service = HfpAgService::GetService(); in ProcessHoldCallEvent() local 315 HfpAgService *service = HfpAgService::GetService(); in GetCurrentCalls() local 382 HfpAgService *service = HfpAgService::GetService(); VoiceRecognitionStateChanged() local [all...] |
| H A D | hfp_ag_sdp_client.cpp | 216 HfpAgRemoteSdpService service; in CopySdpServiceArray() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
| H A D | hfp_hf_profile_event_sender.cpp | 30 HfpHfService *service = HfpHfService::GetService(); in SendMessageToService() local 269 HfpHfService *service = HfpHfService::GetService(); in GetDispatchter() local
|
| H A D | hfp_hf_sdp_client.cpp | 219 HfpHfRemoteSdpService service; in CopySdpServiceArray() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
| H A D | pan_statemachine.cpp | 83 PanService *service = PanService::GetService(); in Entry() local 345 PanService *service = PanService::GetService(); in NotifyStateTransitions() local
|
| /foundation/communication/dhcp/services/dhcp_client/src/ |
| H A D | dhcp_client_service_impl.cpp | 54 std::shared_ptr<DhcpClientServiceImpl> service = std::make_shared<DhcpClientServiceImpl>(); in GetInstance() local 69 sptr<DhcpClientServiceImpl> service = new (std::nothrow) DhcpClientServiceImpl; in GetInstance() local
|
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
| H A D | BroadcastPublishTest.cpp | 48 static const char *GetName(Service *service) in GetName() argument 56 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument 63 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument 69 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig() argument
|
| H A D | IUnknownTest.cpp | 35 static const char *GetName(Service *service) in GetName() argument 46 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument 53 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument 60 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig() argument 150 Service *service in TearDown() local [all...] |
| H A D | TaskpoolSharedTaskTest.cpp | 119 static const char *GetName(Service *service) in GetName() argument 128 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument 136 MessageHandle(Service *service, Request *msg) MessageHandle() argument 148 GetTaskConfig(Service *service) GetTaskConfig() argument [all...] |
| H A D | LiteIPCFeatureTest.cpp | 34 static const char *GetName(Service *service) in GetName() argument 40 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument 48 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument 55 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig() argument 251 Service *service in HWTEST_F() local [all...] |
| H A D | TaskpoolNoTaskTest.cpp | 58 static const char *GetName(Service *service) in GetName() argument 64 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument 71 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument 78 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig() argument
|
| H A D | LiteIPCServiceTest.cpp | 40 static const char *GetName(Service *service) in GetName() argument 45 static const char *GetName2(Service *service) in GetName2() argument 50 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument 59 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument 66 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig() argument 231 Service *service = SAMGR_GetInstance()->UnregisterService(SERVICE_NAME); HWTEST_F() local [all...] |