Home
last modified time | relevance | path

Searched refs:stringValue_ (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dxml_config_base.h44 std::string stringValue_; member
70 stringValue_.~basic_string(); in ClearValue()
103 new(&stringValue_)std::string(value.stringValue_); in operator =()
139 new(&stringValue_)std::string(std::move(value.stringValue_));
188 new(&stringValue_)std::string(value); in SetValue()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp303 prop.second.stringValue_.c_str()); in DumpConfig()
319 WLOGI("%{public}s", conf.second.stringValue_.c_str()); in DumpConfig()
H A Dscene_session_manager.cpp464 appWindowSceneConfig_.rotationMode_ = item.stringValue_; in ConfigWindowSceneXml()
511 statusBarConfig.contentColor_ = item.stringValue_; in ConfigStatusBar()
515 statusBarConfig.backgroundColor_ = item.stringValue_; in ConfigStatusBar()
738 auto value = item.stringValue_; in ConfigAppWindowCornerRadius()
839 auto color = item.stringValue_; in ConfigAppWindowShadow()
1053 std::string name = nameItem.stringValue_; in CreateCurve()
1151 auto color = item.stringValue_; in ConfigSystemUIStatusBar()
1163 auto color = item.stringValue_; in ConfigSystemUIStatusBar()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_config.cpp283 prop.second.stringValue_.c_str()); in DumpConfig()
301 TLOGI(WmsLogTag::DEFAULT, "[WmConfig] %{public}s", conf.second.stringValue_.c_str()); in DumpConfig()
H A Dwindow_manager_service.cpp597 auto value = item.stringValue_; in ConfigAppWindowCornerRadius()
620 auto color = item.stringValue_; in ConfigAppWindowShadow()
719 std::string name = nameItem.stringValue_; in CreateKeyboardCurve()
769 std::string name = nameItem.stringValue_; in CreateCurve()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_config_test.cpp186 ASSERT_EQ("easeOut", item.stringValue_); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_config_observer.cpp210 napi_create_string_utf8(callbackInfo->env_, callbackInfo->stringValue_.c_str(), in NotifyStringChanged()
211 callbackInfo->stringValue_.length(), &jsEvent); in NotifyStringChanged()
465 callbackInfo->stringValue_ = value; in NotifyStringChanged2JS()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_utils.h143 std::string stringValue_; member
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_scene_config_test.cpp198 ASSERT_EQ("easeOut", item.stringValue_); in HWTEST_F()

Completed in 25 milliseconds