Home
last modified time | relevance | path

Searched refs:matched (Results 1 - 6 of 6) sorted by relevance

/base/startup/init/services/param/manager/
H A Dparam_server.c141 const char* matched; in MatchReserverCmdline() local
150 matched = strstr(tmpName, fullName); in MatchReserverCmdline()
151 if (matched == NULL) { in MatchReserverCmdline()
155 if (matched[ret] != '\0') { in MatchReserverCmdline()
171 PARAM_LOGV("proc cmdline %s matched.", fullName); in MatchReserverCmdline()
222 // cmdline with prefix but not matched, add to param by default in CmdlineIterator()
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dregex_rule.cpp506 icu::UnicodeString matched = message.tempSubString(start, end - start); in HandlePossibleNumberWithPattern() local
507 bool isMatch = isStartsWithNumber ? matched.startsWith(possible) : matched.endsWith(possible); in HandlePossibleNumberWithPattern()
H A Dpositive_rule.cpp290 icu::UnicodeString matched = message.tempSubString(start, end - start); in HandlePossibleNumberWithPattern() local
291 bool isMatch = isStartsWithNumber ? matched.startsWith(possible) : matched.endsWith(possible); in HandlePossibleNumberWithPattern()
/base/startup/init/ueventd/
H A Dueventd_read_cfg.c388 int matched = 0; in ChangeSysAttributePermissions() local
393 matched = 1; in ChangeSysAttributePermissions()
399 if (matched == 0) { in ChangeSysAttributePermissions()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp551 bool matched = listener.env == env; in UnRegisterAllListener()
552 if (matched) { in UnRegisterAllListener()
566 return matched; in UnRegisterAllListener()
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp1513 bool matched = flag == static_cast<int64_t>(state); in WakeupDeviceInner() local
1514 if (matched) { in WakeupDeviceInner()

Completed in 9 milliseconds