Home
last modified time | relevance | path

Searched refs:GetIntValueFromString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.h192 WSError GetIntValueFromString(const std::string& str, uint32_t& value);
H A Djs_scene_utils.cpp76 WSError GetIntValueFromString(const std::string& str, uint32_t& value) in GetIntValueFromString() function
H A Djs_scene_session.cpp230 if (GetIntValueFromString(item.value, value) == WSError::WS_OK) { in SetWindowSizeAndPosition()
235 if (GetIntValueFromString(item.value, value) == WSError::WS_OK) { in SetWindowSizeAndPosition()