Lines Matching refs:Platform
161 void JsAppImpl::SetJsAppArgs(OHOS::Ace::Platform::AceRunArgs& args)
211 Platform::AcePreviewHelper::GetInstance()->SetCallbackOfPostTask(AppExecFwk::EventHandler::PostTask);
212 Platform::AcePreviewHelper::GetInstance()->
214 Platform::AcePreviewHelper::GetInstance()->SetCallbackOfSetClipboardData(ClipboardHelper::SetClipboardData);
215 Platform::AcePreviewHelper::GetInstance()->SetCallbackOfGetClipboardData(ClipboardHelper::GetClipboardData);
230 Platform::AcePreviewHelper::GetInstance()->SetCallbackOfHspBufferTracker(
247 ability = Platform::AceAbility::CreateInstance(aceRunArgs);
375 std::shared_ptr<AppExecFwk::Configuration> JsAppImpl::UpdateConfiguration(OHOS::Ace::Platform::AceRunArgs& args)
416 void JsAppImpl::AdaptDeviceType(Platform::AceRunArgs& args, const std::string type,
465 void JsAppImpl::SetAssetPath(Platform::AceRunArgs& args, const std::string assetPath) const
470 void JsAppImpl::SetProjectModel(Platform::AceRunArgs& args) const
474 args.projectModel = Platform::ProjectModel(idxVal);
477 void JsAppImpl::SetPageProfile(Platform::AceRunArgs& args, const std::string pageProfile) const
482 void JsAppImpl::SetDeviceWidth(Platform::AceRunArgs& args, const int32_t deviceWidth) const
487 void JsAppImpl::SetDeviceHeight(Platform::AceRunArgs& args, const int32_t deviceHeight) const
492 void JsAppImpl::SetWindowTitle(Platform::AceRunArgs& args, const std::string windowTitle) const
497 void JsAppImpl::SetUrl(Platform::AceRunArgs& args, const std::string urlPath) const
502 void JsAppImpl::SetConfigChanges(Platform::AceRunArgs& args, const std::string configChanges) const
507 void JsAppImpl::SetColorMode(Platform::AceRunArgs& args, const std::string colorMode) const
517 void JsAppImpl::SetOrientation(Platform::AceRunArgs& args, const std::string orientation) const
527 void JsAppImpl::SetAceVersionArgs(Platform::AceRunArgs& args, const std::string aceVersion) const
531 args.aceVersion = Platform::AceVersion::ACE_2_0;
533 args.aceVersion = Platform::AceVersion::ACE_1_0;
537 void JsAppImpl::SetLanguage(Platform::AceRunArgs& args, const std::string language) const
542 void JsAppImpl::SetRegion(Platform::AceRunArgs& args, const std::string region) const
547 void JsAppImpl::SetScript(Platform::AceRunArgs& args, const std::string script) const
552 void JsAppImpl::SetSystemResourcesPath(Platform::AceRunArgs& args) const
562 void JsAppImpl::SetAppResourcesPath(Platform::AceRunArgs& args, const std::string appResourcesPath) const
567 void JsAppImpl::SetFormsEnabled(Platform::AceRunArgs& args, bool formsEnabled) const
572 void JsAppImpl::SetContainerSdkPath(Platform::AceRunArgs& args, const std::string containerSdkPath) const
577 void JsAppImpl::SetOnRouterChange(Platform::AceRunArgs& args) const
582 void JsAppImpl::SetOnError(Platform::AceRunArgs& args) const
587 void JsAppImpl::SetComponentModeEnabled(Platform::AceRunArgs& args, bool isComponentMode) const
755 void JsAppImpl::ParseSystemParams(OHOS::Ace::Platform::AceRunArgs& args, const Json2::Value& paramObj)
784 void JsAppImpl::SetSystemParams(OHOS::Ace::Platform::SystemParams& params, const Json2::Value& paramObj)
805 OHOS::Ace::Platform::SystemParams params;
1072 void JsAppImpl::SetComponentTestConfig(Platform::AceRunArgs& args, const std::string componentTest) const