Lines Matching defs:length
130 if (anonyDhidStr.length() >= 1) {
131 jsonObj[DINPUT_SOFTBUS_KEY_VECTOR_DHID] = anonyDhidStr.substr(0, anonyDhidStr.length() - 1);
210 size_t strLen = value.length();
236 size_t length = strlen(tempBuffer);
237 if (length < 1) {
238 DHLOGE("tempBuffer length error.");
241 for (size_t i = 1; i <= length - 1; i++) {
244 if (length == 0x01) {
306 if (devicePath.length() == 0 || devicePath.length() >= PATH_MAX ||