• Home
  • Raw
  • Download

Lines Matching defs:args

162 void JsAppImpl::SetJsAppArgs(OHOS::Ace::Platform::AceRunArgs& args)  in SetJsAppArgs()
369 …tr<AppExecFwk::Configuration> JsAppImpl::UpdateConfiguration(OHOS::Ace::Platform::AceRunArgs& args) in UpdateConfiguration()
410 void JsAppImpl::AdaptDeviceType(Platform::AceRunArgs& args, const std::string type, in AdaptDeviceType()
459 void JsAppImpl::SetAssetPath(Platform::AceRunArgs& args, const std::string assetPath) const in SetAssetPath()
471 void JsAppImpl::SetPageProfile(Platform::AceRunArgs& args, const std::string pageProfile) const in SetPageProfile()
476 void JsAppImpl::SetDeviceWidth(Platform::AceRunArgs& args, const int32_t deviceWidth) const in SetDeviceWidth()
481 void JsAppImpl::SetDeviceHeight(Platform::AceRunArgs& args, const int32_t deviceHeight) const in SetDeviceHeight()
486 void JsAppImpl::SetWindowTitle(Platform::AceRunArgs& args, const std::string windowTitle) const in SetWindowTitle()
491 void JsAppImpl::SetUrl(Platform::AceRunArgs& args, const std::string urlPath) const in SetUrl()
496 void JsAppImpl::SetConfigChanges(Platform::AceRunArgs& args, const std::string configChanges) const in SetConfigChanges()
501 void JsAppImpl::SetColorMode(Platform::AceRunArgs& args, const std::string colorMode) const in SetColorMode()
511 void JsAppImpl::SetOrientation(Platform::AceRunArgs& args, const std::string orientation) const in SetOrientation()
521 void JsAppImpl::SetAceVersionArgs(Platform::AceRunArgs& args, const std::string aceVersion) const in SetAceVersionArgs()
531 void JsAppImpl::SetLanguage(Platform::AceRunArgs& args, const std::string language) const in SetLanguage()
536 void JsAppImpl::SetRegion(Platform::AceRunArgs& args, const std::string region) const in SetRegion()
541 void JsAppImpl::SetScript(Platform::AceRunArgs& args, const std::string script) const in SetScript()
556 void JsAppImpl::SetAppResourcesPath(Platform::AceRunArgs& args, const std::string appResourcesPath)… in SetAppResourcesPath()
561 void JsAppImpl::SetFormsEnabled(Platform::AceRunArgs& args, bool formsEnabled) const in SetFormsEnabled()
566 void JsAppImpl::SetContainerSdkPath(Platform::AceRunArgs& args, const std::string containerSdkPath)… in SetContainerSdkPath()
581 void JsAppImpl::SetComponentModeEnabled(Platform::AceRunArgs& args, bool isComponentMode) const in SetComponentModeEnabled()
749 void JsAppImpl::ParseSystemParams(OHOS::Ace::Platform::AceRunArgs& args, const Json2::Value& paramO… in ParseSystemParams()