Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp696 int32_t stateInt, profileInt; in CheckLogicRelationship() local
697 if (!StrToInt(profile.substr(valueStartPosition, profile.length() - 1), profileInt)) { in CheckLogicRelationship()
704 return stateInt == profileInt; in CheckLogicRelationship()
706 return stateInt >= profileInt; in CheckLogicRelationship()
708 return stateInt > profileInt; in CheckLogicRelationship()
710 return stateInt <= profileInt; in CheckLogicRelationship()
712 return stateInt < profileInt; in CheckLogicRelationship()