Searched refs:serviceContext (Results 1 – 4 of 4) sorted by relevance
151 contextBuff.serviceContext = context; in DecodeString()182 if (!tmpInfo.serviceContext.empty() && !tmpInfo.serviceName.empty()) { in ServiceContextsLoad()221 context = iter->second.serviceContext; in GetServiceContext()
25 std::string serviceContext = ""; member
108 SERVICE_INFO_CTX *serviceContext = (SERVICE_INFO_CTX *)executionContext; in ServiceHookWrapper() local111 realHook(serviceContext); in ServiceHookWrapper()129 SERVICE_RESTART_CTX *serviceContext = (SERVICE_RESTART_CTX *)executionContext; in ServiceRestartHookWrapper() local132 realHook(serviceContext); in ServiceRestartHookWrapper()
188 …const std::weak_ptr<ServiceExtensionContext>& serviceContext, const std::shared_ptr<CallerCallBack… in ClearFailedCallConnection() argument191 auto context = serviceContext.lock(); in ClearFailedCallConnection()1084 NapiAsyncTask::ExecuteCallback execute = [serviceContext = context_, want, innerErrCode]() { in OnRequestModalUIExtension()1085 auto context = serviceContext.lock(); in OnRequestModalUIExtension()