Lines Matching defs:value
326 options.moduleJsonBuffer = ctx.value();
673 void JsAppImpl::SetArgsColorMode(const std::string& value)
675 colorMode = value;
678 void JsAppImpl::SetArgsAceVersion(const std::string& value)
680 aceVersion = value;
683 void JsAppImpl::SetDeviceOrentation(const std::string& value)
685 orientation = value;
736 void JsAppImpl::SetScreenDensity(const std::string value)
738 screenDensity = value;
741 void JsAppImpl::SetConfigChanges(const std::string value)
743 configChanges = value;
933 OHOS::Rosen::FoldStatus JsAppImpl::ConvertFoldStatus(std::string value) const
936 if (value == "fold") {
938 } else if (value == "unfold") {
940 } else if (value == "half_fold") {
992 void JsAppImpl::UpdateAvoidArea2Ide(const std::string& key, const OHOS::Rosen::Rect& value)
995 son.Add("posX", value.posX_);
996 son.Add("posY", value.posY_);
997 son.Add("width", value.width_);
998 son.Add("height", value.height_);
1078 void JsAppImpl::SetComponentTestModeConfig(const std::string value)
1080 componentTestModeConfig = value;