Home
last modified time | relevance | path

Searched defs:serviceContext (Results 1 – 3 of 3) sorted by relevance

/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
129 SERVICE_RESTART_CTX *serviceContext = (SERVICE_RESTART_CTX *)executionContext; in ServiceRestartHookWrapper() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension_context.cpp188const std::weak_ptr<ServiceExtensionContext>& serviceContext, const std::shared_ptr<CallerCallBack… in ClearFailedCallConnection()