Home
last modified time | relevance | path

Searched defs:service (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dbt_connection_manager_test.cpp63 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
81 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
95 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
113 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
132 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
151 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
170 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
189 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
208 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
229 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
[all …]
H A Dwifi_connection_manager_test.cpp63 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
79 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
99 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
118 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
138 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
158 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
177 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
197 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
H A Dtag_session_test.cpp75 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
89 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
103 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
118 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
133 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
148 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
161 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
176 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
189 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
626 std::shared_ptr<NfcService> service = nullptr; variable
[all …]
H A Dtag_session_stub_test.cpp76 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
92 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
108 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
124 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
140 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
156 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
172 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
188 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
204 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
220 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
[all …]
/ohos5.0/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H A Daudio_adm_interface_test.cpp78 struct HdfIoService *service = nullptr; variable
114 struct HdfIoService *service = nullptr; variable
151 struct HdfIoService *service = nullptr; variable
185 struct HdfIoService *service = nullptr; variable
221 struct HdfIoService *service = nullptr; variable
246 struct HdfIoService *service = nullptr; variable
270 struct HdfIoService *service = nullptr; variable
295 struct HdfIoService *service = nullptr; variable
318 struct HdfIoService *service = nullptr; variable
343 struct HdfIoService *service = nullptr; variable
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dcallback_manager_impl_test.cpp54 auto service = Common::MakeShared<WidgetCallbackService>(widgetCallback); variable
63 auto service = Common::MakeShared<IdmCallbackService>(idmClientCallback); variable
72 auto service = Common::MakeShared<IdmGetCredInfoCallbackService>(getCredInfoCallback); variable
81 auto service = Common::MakeShared<IdmGetSecureUserInfoCallbackService>(getSecInfoCallback); variable
90 auto service = Common::MakeShared<UserAuthCallbackService>(authCallback); variable
99 auto service = Common::MakeShared<UserAuthCallbackService>(identifyCallback); variable
108 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback); variable
117 auto service = Common::MakeShared<SetExecutorPropertyCallbackService>(setPropCallback); variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp135 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in LoadAbility() local
153 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in TerminateAbility() local
166 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in UpdateAbilityState() local
179 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in UpdateExtensionState() local
192 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in RegisterAppStateCallback() local
207 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in AbilityBehaviorAnalysis() local
220 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in KillProcessByAbilityToken() local
233 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in KillProcessesByUserId() local
246 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in KillProcessesByPids() local
260 sptr<IAppMgr> service = iface_cast<IAppMgr>(mgrHolder_->GetRemoteObject()); in AttachPidToParent() local
[all …]
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_remote_service.c20 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceAddDeathRecipient()
26 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceRemoveDeathRecipient()
33 struct HdfRemoteService *service = HdfRemoteAdapterObtain(); in HdfRemoteServiceObtain() local
41 void HdfRemoteServiceRecycle(struct HdfRemoteService *service) in HdfRemoteServiceRecycle()
51 int HdfRemoteServiceRegister(int32_t serviceId, struct HdfRemoteService *service) in HdfRemoteServiceRegister()
56 bool HdfRemoteServiceSetInterfaceDesc(struct HdfRemoteService *service, const char *descriptor) in HdfRemoteServiceSetInterfaceDesc()
61 bool HdfRemoteServiceWriteInterfaceToken(struct HdfRemoteService *service, struct HdfSBuf *data) in HdfRemoteServiceWriteInterfaceToken()
66 bool HdfRemoteServiceCheckInterfaceToken(struct HdfRemoteService *service, struct HdfSBuf *data) in HdfRemoteServiceCheckInterfaceToken()
72 struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfRemoteServiceDefaultDispatch()
/ohos5.0/base/msdp/device_status/rust/services/binding/src/
H A Dfusion_services_binding.cpp33 struct NativeService *service = new NativeService; in NativeServiceNew() local
38 struct NativeService* NativeServiceRef(struct NativeService *service) in NativeServiceRef()
45 struct NativeService* NativeServiceUnref(struct NativeService *service) in NativeServiceUnref()
59 void NativeServiceOnDump(struct NativeService *service) in NativeServiceOnDump()
65 void NativeServiceOnStart(struct NativeService *service) in NativeServiceOnStart()
71 void NativeServiceOnStop(struct NativeService *service) in NativeServiceOnStop()
77 int32_t NativeServiceAllocSocketFd(struct NativeService *service, const char *programName, in NativeServiceAllocSocketFd()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp225 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
238 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
250 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
350 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
367 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
386 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
408 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
430 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
437 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
455 auto service = std::make_shared<PrintServiceAbility>(PRINT_SERVICE_ID, true); variable
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/user/test/
H A Dmulti_user_manager_service_test.cpp56 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
80 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
104 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
128 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
153 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
177 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
200 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
224 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
250 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
272 …std::shared_ptr<MultiUserManagerService> service = DelayedSingleton<MultiUserManagerService>::GetI… variable
[all …]
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_service_test.cpp50 auto service = Common::MakeShared<PinAuthService>(); variable
57 auto service = Common::MakeShared<PinAuthService>(); variable
64 auto service = Common::MakeShared<PinAuthService>(); variable
72 auto service = Common::MakeShared<PinAuthService>(); variable
95 auto service = Common::MakeShared<PinAuthService>(); variable
120 auto service = Common::MakeShared<PinAuthService>(); variable
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c33 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetComponentVersion() local
46 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeSendCommand() local
59 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetParameter() local
77 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeSetParameter() local
94 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetConfig() local
111 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeSetConfig() local
127 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetExtensionIndex() local
139 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetState() local
153 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeComponentTunnelRequest() local
166 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeUseBuffer() local
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp120 MockService service; variable
156 MockService service; variable
192 MockService service; variable
226 MockService service; variable
257 MockService service; variable
290 MockService service; variable
319 MockService service; variable
347 MockService service; variable
376 MockService service; variable
405 MockService service; variable
[all …]
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_manager_impl.cpp115 auto service = GetService(); in CreateSession() local
134 auto service = GetService(); in CreateSession() local
140 auto service = GetService(); in GetAllSessionDescriptors() local
166 auto service = GetService(); in GetSessionDescriptorsBySessionId() local
173 auto service = GetService(); in GetHistoricalSessionDescriptors() local
180 auto service = GetService(); in GetHistoricalAVQueueInfos() local
186 auto service = GetService(); in StartAVPlayback() local
199 auto service = GetService(); in CreateController() local
213 auto service = GetService(); in GetAVCastController() local
235 auto service = GetService(); in RegisterSessionListener() local
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp72 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
85 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
99 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
115 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
128 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
143 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
158 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
175 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
194 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
212 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); variable
[all …]
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_stub_unittest.cpp69 const std::string service = "serviceTest"; variable
84 const std::string service = ""; variable
99 const std::string service = "serviceTest"; variable
114 const std::string service = "serviceTest"; variable
130 const std::string service = "serviceTest"; variable
145 const std::string service; variable
160 const std::string service = "serviceTest"; variable
175 const std::string service = "serviceTest"; variable
190 const std::string service = "serviceTest"; variable
205 const std::string service = "serviceTest"; variable
[all …]
/ohos5.0/base/startup/init/services/init/
H A Dinit_common_service.c222 static int SetPerms(const Service *service) in SetPerms()
289 static int WritePid(const Service *service) in WritePid()
341 static int PublishHoldFds(Service *service) in PublishHoldFds()
370 static int BindCpuCore(Service *service) in BindCpuCore()
399 static void SetServiceEnv(Service *service) in SetServiceEnv()
467 void EnterServiceSandbox(Service *service) in EnterServiceSandbox()
677 int ServiceStop(Service *service) in ServiceStop()
783 void ServiceReap(Service *service) in ServiceReap()
922 void ServiceStopTimer(Service *service) in ServiceStopTimer()
938 Service *service = (Service *)context; in ServiceTimerStartProcess() local
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/
H A Dservice_reverse_stub_test.cpp92 MockServiceReverse service; variable
133 MockServiceReverse service; variable
169 MockServiceReverse service; variable
204 MockServiceReverse service; variable
240 MockServiceReverse service; variable
275 MockServiceReverse service; variable
311 MockServiceReverse service; variable
347 MockServiceReverse service; variable
380 MockServiceReverse service; variable
429 MockServiceReverse service; variable
[all …]
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
H A Dsys_event_service_adapter.cpp24 void SysEventServiceAdapter::StartService(SysEventServiceBase* service, OHOS::HiviewDFX::NotifySysE… in StartService()
39 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in OnSysEvent() local
49 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in BindGetTagFunc() local
59 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in BindGetTypeFunc() local
69 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in SetWorkLoop() local
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_service_init.c28 static const char *GetName(Service *service) in GetName()
34 static BOOL Initialize(Service *service, Identity identity) in Initialize()
46 static BOOL MessageHandle(Service *service, Request *request) in MessageHandle()
55 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig()
66 static DevAuthService service = { in ServiceInit() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/watchdog/
H A Dwatchdog_if_u.c22 void *service = NULL; in WatchdogServiceGetById() local
47 struct HdfIoService *service = NULL; in WatchdogOpen() local
96 struct HdfIoService *service = NULL; in WatchdogClose() local
116 struct HdfIoService *service = NULL; in WatchdogGetStatus() local
154 struct HdfIoService *service = NULL; in WatchdogStart() local
179 struct HdfIoService *service = NULL; in WatchdogStop() local
205 struct HdfIoService *service = NULL; in WatchdogSetTimeout() local
239 struct HdfIoService *service = NULL; in WatchdogGetTimeout() local
277 struct HdfIoService *service = NULL; in WatchdogFeed() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dstorage_total_status_service_test.cpp79 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::… variable
98 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::… variable
117 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::… variable
136 …std::shared_ptr<StorageStatusService> service = DelayedSingleton<StorageStatusService>::GetInstanc… variable
165 …std::shared_ptr<StorageStatusService> service = DelayedSingleton<StorageStatusService>::GetInstanc… variable
185 …std::shared_ptr<StorageStatusService> service = DelayedSingleton<StorageStatusService>::GetInstanc… variable
205 …std::shared_ptr<StorageStatusService> service = DelayedSingleton<StorageStatusService>::GetInstanc… variable
226 …std::shared_ptr<StorageStatusService> service = DelayedSingleton<StorageStatusService>::GetInstanc… variable
245 … std::shared_ptr<BundleMgrConnector> service = DelayedSingleton<BundleMgrConnector>::GetInstance(); variable
262 …std::shared_ptr<StorageStatusService> service = DelayedSingleton<StorageStatusService>::GetInstanc… variable
[all …]
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/stub_collector/
H A Dstub_collector_test.cpp27 struct HdfRemoteService **TestConstruct(void *service) in TestConstruct()
71 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable
87 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable
100 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable
114 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable
144 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_if_u.c22 static struct HdfIoService *service = NULL; in RtcOpen() local
48 struct HdfIoService *service = NULL; in RtcClose() local
63 struct HdfIoService *service = NULL; in RtcReadTime() local
117 struct HdfIoService *service = NULL; in RtcWriteTime() local
166 struct HdfIoService *service = NULL; in RtcReadAlarm() local
233 struct HdfIoService *service = NULL; in RtcWriteAlarm() local
355 struct HdfIoService *service = NULL; in RtcAlarmInterruptEnable() local
402 struct HdfIoService *service = NULL; in RtcGetFreq() local
442 struct HdfIoService *service = NULL; in RtcSetFreq() local
482 struct HdfIoService *service = NULL; in RtcReset() local
[all …]

12345678910>>...27