Searched refs:sysCapName (Results 1 – 4 of 4) sorted by relevance
243 char *sysCapName = reinterpret_cast<char *>(ReadString(reply, &sysCapNameLen)); in DeserializeSystemCapabilities() local245 sysCapName, sysCapNameLen); in DeserializeSystemCapabilities()802 bool HasSystemCapability(const char *sysCapName) in HasSystemCapability() argument804 if (sysCapName == nullptr || strlen(sysCapName) > MAX_SYSCAP_NAME_LEN) { in HasSystemCapability()816 WriteString(&ipcIo, sysCapName); in HasSystemCapability()
255 bool HasSystemCapability(const char *sysCapName);
131 char *sysCapName = reinterpret_cast<char *>(ReadString(req, &size)); in HasSystemCapability() local132 if (sysCapName == nullptr) { in HasSystemCapability()135 bool hasSysCap = OHOS::ManagerService::GetInstance().HasSystemCapability(sysCapName); in HasSystemCapability()
600 bool ManagerService::HasSystemCapability(const char *sysCapName) in HasSystemCapability() argument602 if (sysCapName == nullptr) { in HasSystemCapability()605 return SAMGR_GetInstance()->HasSystemCapability(sysCapName); in HasSystemCapability()