Searched defs:inputValue (Results 1 – 3 of 3) sorted by relevance
| /base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
| D | string_utils_test.cpp | 116 std::string inputValue; variable 133 std::string inputValue = "length is %d"; variable 150 std::string inputValue = "length is %d"; variable 174 std::string inputValue = "percent is %f"; variable 192 std::string inputValue = "percent is %1$.2f, count is %2$d, name is %3$s"; variable 212 std::string inputValue = "percent is %.2f, count is %d, name is %s"; variable 232 std::string inputValue = "percent is %%f, count is %d, name is %s"; variable 251 std::string inputValue = "percent is %%f, count is %2$d, name is %3$s"; variable 271 std::string inputValue = "percent is %%f, count is %1$d, name is %2$s"; variable 290 std::string inputValue = "percent is %.0f"; variable
|
| /base/telephony/core_service/utils/common/src/ |
| D | telephony_common_utils.cpp | 42 bool IsValidDecValue(const std::string &inputValue) in IsValidDecValue() 59 bool IsValidHexValue(const std::string &inputValue) in IsValidHexValue()
|
| /base/security/huks/frameworks/huks_standard/main/common/src/ |
| D | hks_base_check.c | 1520 int32_t HksCheckValue(uint32_t inputValue, const uint32_t *expectValues, uint32_t valuesCount) in HksCheckValue() 1617 static int32_t CheckOptionalParams(bool needCheck, bool isAbsent, uint32_t inputValue, const uint32… in CheckOptionalParams()
|