Home
last modified time | relevance | path

Searched refs:limitValue (Results 1 - 3 of 3) sorted by relevance

/developtools/global_resource_tool/src/
H A Dkey_parser.cpp80 {"mccmnc", [&targetConfig](const string &limitValue) { return ParseMccMnc(limitValue, in ParseLimit()
82 {"locale", [&targetConfig](const string &limitValue) { return ParseLSR(limitValue, in ParseLimit()
84 {"orientation", [&targetConfig](const string &limitValue) { return ParseOrientation(limitValue, in ParseLimit()
86 {"device", [&targetConfig](const string &limitValue) { return ParseDeviceType(limitValue, in ParseLimit()
88 {"colormode", [&targetConfig](const string &limitValue) { return ParseNightMode(limitValue, in ParseLimit()
[all...]
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp228 memoryCaller.limitValue = value; in GetMemoryLeakResource()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp927 auto limitValue = limitResource[type]; in JudgeValueRange() local
928 if (value >= limitValue.first && value <= limitValue.second) { in JudgeValueRange()

Completed in 4 milliseconds