Searched refs:IsCJFrontendContext (Results 1 – 3 of 3) sorted by relevance
23 bool IsCJFrontendContext(OHOS::AbilityRuntime::Context* context);
52 bool IsCJFrontendContext(OHOS::AbilityRuntime::Context* context) in IsCJFrontendContext() function
754 if (CJUtils::IsCJFrontendContext(context)) { in UIContentImpl()1795 auto isCJFrontend = CJUtils::IsCJFrontendContext(context.get()); in CommonInitialize()2917 bool isCJFrontend = CJUtils::IsCJFrontendContext(context.get()); in InitializeSubWindow()