Home
last modified time | relevance | path

Searched refs:commaPos (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp535 size_t commaPos = input.find_last_of(','); in SetMotionSensorvalue() local
536 if ((commaPos != std::string::npos) && (input.substr(0, commaPos) == ARG_SET_ROTATION_SENSOR)) { in SetMotionSensorvalue()
537 std::string valueStr = input.substr(commaPos + 1, MOTION_SENSOR_PARAM_SIZE); in SetMotionSensorvalue()
557 size_t commaPos = input.find_last_of(','); in SetRotationLockedvalue() local
558 if ((commaPos != std::string::npos) && (input.substr(0, commaPos) == ARG_SET_ROTATION_LOCK)) { in SetRotationLockedvalue()
559 std::string valueStr = input.substr(commaPos + 1); in SetRotationLockedvalue()
576 size_t commaPos = input.find_last_of(','); in MockSendCastPublishEvent() local
577 if ((commaPos ! in MockSendCastPublishEvent()
659 size_t commaPos = input.find_last_of(','); SetHoverStatusChange() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp836 std::size_t commaPos = str.find(",", colonPos); in GetHighlightValue() local
837 if (commaPos == std::string::npos) { in GetHighlightValue()
838 commaPos = str.find("}", colonPos); in GetHighlightValue()
839 if (commaPos == std::string::npos) { in GetHighlightValue()
843 std::string valueStr = str.substr(colonPos + 1, commaPos - colonPos - 1); in GetHighlightValue()

Completed in 6 milliseconds