Home
last modified time | relevance | path

Searched refs:serviceContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dservice_checker.cpp151 contextBuff.serviceContext = context; in DecodeString()
182 if (!tmpInfo.serviceContext.empty() && !tmpInfo.serviceName.empty()) { in ServiceContextsLoad()
221 context = iter->second.serviceContext; in GetServiceContext()
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dservice_checker.h25 std::string serviceContext = ""; member
/ohos5.0/base/startup/init/services/init/
H A Dinit_common_service.c108 SERVICE_INFO_CTX *serviceContext = (SERVICE_INFO_CTX *)executionContext; in ServiceHookWrapper() local
111 realHook(serviceContext); in ServiceHookWrapper()
129 SERVICE_RESTART_CTX *serviceContext = (SERVICE_RESTART_CTX *)executionContext; in ServiceRestartHookWrapper() local
132 realHook(serviceContext); in ServiceRestartHookWrapper()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension_context.cpp188 …const std::weak_ptr<ServiceExtensionContext>& serviceContext, const std::shared_ptr<CallerCallBack… in ClearFailedCallConnection() argument
191 auto context = serviceContext.lock(); in ClearFailedCallConnection()
1084 NapiAsyncTask::ExecuteCallback execute = [serviceContext = context_, want, innerErrCode]() { in OnRequestModalUIExtension()
1085 auto context = serviceContext.lock(); in OnRequestModalUIExtension()