Home
last modified time | relevance | path

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

12345

/base/startup/init/services/init/
Dinit_common_service.c73 static void SetSystemSeccompPolicy(const Service *service) in SetSystemSeccompPolicy()
123 static int SetPerms(const Service *service) in SetPerms()
184 static int WritePid(const Service *service) in WritePid()
217 void CloseServiceFds(Service *service, bool needFree) in CloseServiceFds()
241 static void PublishHoldFds(Service *service) in PublishHoldFds()
267 static int BindCpuCore(Service *service) in BindCpuCore()
284 static void ClearEnvironment(Service *service) in ClearEnvironment()
296 static int InitServiceProperties(Service *service) in InitServiceProperties()
334 void EnterServiceSandbox(Service *service) in EnterServiceSandbox()
352 int ServiceStart(Service *service) in ServiceStart()
[all …]
/base/security/device_auth/frameworks/src/lite/
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
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
Dsys_event_service_adapter.cpp23 void SysEventServiceAdapter::StartService(SysEventServiceBase* service, OHOS::HiviewDFX::NotifySysE… in StartService()
38 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in OnSysEvent() local
48 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in UpdateEventSeq() local
58 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in BindGetTagFunc() local
68 auto service = OHOS::HiviewDFX::SysEventServiceOhos::GetInstance(); in BindGetTypeFunc() local
/base/security/permission_lite/services/pms_base/src/
Dpermission_service.c48 static const char *GetName(Service *service) in GetName()
54 static BOOL Initialize(Service *service, Identity identity) in Initialize()
64 static BOOL MessageHandle(const Service *service, const Request *request) in MessageHandle()
73 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/
Dhks_samgr_service.c22 static const char *GetName(Service *service) in GetName()
27 static BOOL Initialize(Service *service, Identity identity) in Initialize()
36 static BOOL MessageHandle(Service *service, const Request *request) in MessageHandle()
43 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig()
/base/useriam/user_auth_framework/test/unittest/services/src/
Duser_idm_stub_test.cpp59 MockUserIdmService service; variable
68 MockUserIdmService service; variable
103 MockUserIdmService service; variable
111 MockUserIdmService service; variable
141 MockUserIdmService service; variable
152 MockUserIdmService service; variable
196 MockUserIdmService service; variable
206 MockUserIdmService service; variable
247 MockUserIdmService service; variable
261 MockUserIdmService service; variable
[all …]
Duser_auth_stub_test.cpp53 MockUserAuthService service; variable
59 MockUserAuthService service; variable
100 MockUserAuthService service; variable
116 MockUserAuthService service; variable
158 MockUserAuthService service; variable
173 MockUserAuthService service; variable
215 MockUserAuthService service; variable
229 MockUserAuthService service; variable
277 MockUserAuthService service; variable
291 MockUserAuthService service; variable
[all …]
Duser_idm_service_test.cpp67 UserIdmService service(123123, true); variable
90 UserIdmService service(123123, true); variable
123 UserIdmService service(123123, true); variable
141 UserIdmService service(123123, true); variable
164 UserIdmService service(123123, true); variable
174 UserIdmService service(123123, true); variable
227 UserIdmService service(123123, true); variable
250 UserIdmService service(123123, true); variable
289 UserIdmService service(123123, true); variable
301 UserIdmService service(123123, true); variable
[all …]
Duser_auth_service_test.cpp65 UserAuthService service(100, true); variable
86 UserAuthService service(100, true); variable
111 UserAuthService service(100, true); variable
135 auto service = Common::MakeShared<UserAuthService>(100, true); variable
153 UserAuthService service(100, true); variable
173 UserAuthService service(100, true); variable
220 UserAuthService service(100, true); variable
240 UserAuthService service(100, true); variable
287 UserAuthService service(100, true); variable
315 UserAuthService service(100, true); variable
[all …]
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Dexecutor_callback_service_test.cpp51 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
74 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
86 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
110 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
122 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
143 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
154 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
173 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
185 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
207 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback); variable
Duser_auth_callback_service_test.cpp53 auto service = Common::MakeShared<UserAuthCallbackService>(authCallback); variable
84 auto service = Common::MakeShared<UserAuthCallbackService>(authCallback); variable
115 auto service = Common::MakeShared<UserAuthCallbackService>(identifyCallback); variable
127 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback); variable
146 auto service = Common::MakeShared<GetExecutorPropertyCallbackService>(getPropCallback); variable
156 auto service = Common::MakeShared<SetExecutorPropertyCallbackService>(setPropCallback); variable
174 auto service = Common::MakeShared<SetExecutorPropertyCallbackService>(setPropCallback); variable
Dexecutor_callback_stub_test.cpp63 auto service = Common::MakeShared<MockExecutorCallbackService>(); variable
86 auto service = Common::MakeShared<MockExecutorCallbackService>(); variable
107 auto service = Common::MakeShared<MockExecutorCallbackService>(); variable
126 auto service = Common::MakeShared<MockExecutorCallbackService>(); variable
145 auto service = Common::MakeShared<MockExecutorCallbackService>(); variable
Duser_idm_callback_service_test.cpp55 auto service = Common::MakeShared<IdmCallbackService>(idmClientCallback); variable
86 auto service = Common::MakeShared<IdmCallbackService>(idmClientCallback); variable
97 auto service = Common::MakeShared<IdmGetCredInfoCallbackService>(getCredInfoCallback); variable
151 auto service = Common::MakeShared<IdmGetCredInfoCallbackService>(getCredInfoCallback); variable
161 auto service = Common::MakeShared<IdmGetSecureUserInfoCallbackService>(getSecInfoCallback); variable
189 auto service = Common::MakeShared<IdmGetSecureUserInfoCallbackService>(getSecInfoCallback); variable
Duser_auth_callback_stub_test.cpp60 auto service = Common::MakeShared<MockUserAuthCallbackService>(); variable
83 auto service = Common::MakeShared<MockUserAuthCallbackService>(); variable
104 auto service = Common::MakeShared<MockGetExecutorPropertyCallbackService>(); variable
123 auto service = Common::MakeShared<MockSetExecutorPropertyCallbackService>(); variable
/base/powermgr/powermgr_lite/services/src/
Dpower_manage_service.c47 static const char *GetName(Service *service) in GetName()
53 static BOOL Initialize(Service *service, Identity identity) in Initialize()
64 static BOOL MessageHandle(Service *service, Request *request) in MessageHandle()
70 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig()
/base/startup/init/test/unittest/init/
Dservice_unittest.cpp62 Service *service = AddService("test_service"); variable
84 Service *service = AddService("test_service8"); variable
127 Service *service = AddService("test_service1"); variable
151 Service *service = AddService("test_service2"); variable
186 Service *service = AddService("test_service4"); variable
213 Service *service = nullptr; variable
247 Service *service = GetServiceByPid(1); variable
335 Service *service = AddService("test_service7"); variable
/base/startup/bootstrap_lite/services/source/
Dbootstrap_service.c42 static const char *GetName(Service *service) in GetName()
48 static BOOL Initialize(Service *service, Identity identity) in Initialize()
55 static BOOL MessageHandle(Service *service, Request *request) in MessageHandle()
82 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig()
/base/startup/init/services/init/lite/
Dinit_service.c26 void NotifyServiceChange(Service *service, int status) in NotifyServiceChange()
54 int SetImportantValue(Service *service, const char *attrName, int value, int flag) in SetImportantValue()
65 int ServiceExec(const Service *service) in ServiceExec()
76 int SetAccessToken(const Service *service) in SetAccessToken()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
Dfaultlogger_service_ohos.cpp60 auto service = GetOrSetFaultlogger(); in Dump() local
70 void FaultloggerServiceOhos::StartService(OHOS::HiviewDFX::Faultlogger *service) in StartService()
85 OHOS::HiviewDFX::Faultlogger *service) in GetOrSetFaultlogger()
96 auto service = GetOrSetFaultlogger(); in AddFaultLog() local
124 auto service = GetOrSetFaultlogger(); in QuerySelfFaultLog() local
155 auto service = GetOrSetFaultlogger(); in Destroy() local
/base/update/updateservice/services/engine/src/
Dupdate_service_stub.cpp30 #define RETURN_FAIL_WHEN_SERVICE_NULL(service) \ argument
33 static int32_t GetNewVersionStub(UpdateServiceStub::UpdateServiceStubPtr service, in GetNewVersionStub()
48 static int32_t GetNewVersionDescriptionStub(UpdateServiceStub::UpdateServiceStubPtr service, in GetNewVersionDescriptionStub()
69 static int32_t GetCurrentVersionStub(UpdateServiceStub::UpdateServiceStubPtr service, in GetCurrentVersionStub()
84 static int32_t GetCurrentVersionDescriptionStub(UpdateServiceStub::UpdateServiceStubPtr service, in GetCurrentVersionDescriptionStub()
103 static int32_t GetTaskInfoStub(UpdateServiceStub::UpdateServiceStubPtr service, in GetTaskInfoStub()
118 static int32_t CheckNewVersionStub(UpdateServiceStub::UpdateServiceStubPtr service, in CheckNewVersionStub()
127 static int32_t DownloadVersionStub(UpdateServiceStub::UpdateServiceStubPtr service, MessageParcel &… in DownloadVersionStub()
144 static int32_t PauseDownloadStub(UpdateServiceStub::UpdateServiceStubPtr service, in PauseDownloadStub()
162 static int32_t ResumeDownloadStub(UpdateServiceStub::UpdateServiceStubPtr service, in ResumeDownloadStub()
[all …]
/base/startup/init/services/init/standard/
Dinit_service.c41 void NotifyServiceChange(Service *service, int status) in NotifyServiceChange()
62 int SetImportantValue(Service *service, const char *attrName, int value, int flag) in SetImportantValue()
77 int ServiceExec(const Service *service) in ServiceExec()
97 int SetAccessToken(const Service *service) in SetAccessToken()
112 Service *service = node->data.service; in GetAccessToken() local
Dinit_control_fd_service.c42 static void DumpServiceJobs(const Service *service) in DumpServiceJobs()
59 static void DumpServiceSocket(const Service *service) in DumpServiceSocket()
80 static void DumpOneService(const Service *service) in DumpOneService()
150 Service *service = node->data.service; in DumpAllServices() local
163 Service *service = GetServiceByName(serviceCmd); in ProcessSandboxControlFd() local
197 Service *service = GetServiceByName(serviceCmd); in ProcessDumpServiceControlFd() local
/base/powermgr/display_manager/service/native/src/
Ddisplay_system_ability.cpp31 auto service = DelayedSpSingleton<DisplayPowerMgrService>::GetInstance(); in OnStart() local
41 auto service = DelayedSpSingleton<DisplayPowerMgrService>::GetInstance(); in OnStop() local
/base/hiviewdfx/hiview_lite/
Dhiview_service.c53 static const char *GetName(Service *service) in GetName()
59 static BOOL Initialize(Service *service, Identity identity) in Initialize()
75 static BOOL MessageHandle(Service *service, Request *request) in MessageHandle()
88 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig()
97 HiviewService *service = GET_OBJECT(iUnknown, HiviewService, iUnknown); in Output() local
/base/update/sys_installer/frameworks/ipc_server/src/
Dsys_installer_stub.cpp50 int32_t SysInstallerStub::SysInstallerInitStub(SysInstallerStub *service, in SysInstallerInitStub()
62 int32_t SysInstallerStub::StartUpdatePackageZipStub(SysInstallerStub *service, in StartUpdatePackageZipStub()
75 int32_t SysInstallerStub::SetUpdateCallbackStub(SysInstallerStub *service, in SetUpdateCallbackStub()
92 int32_t SysInstallerStub::GetUpdateStatusStub(SysInstallerStub *service, in GetUpdateStatusStub()
104 int32_t SysInstallerStub::StartUpdateParaZipStub(SysInstallerStub *service, in StartUpdateParaZipStub()

12345