Lines Matching refs:strcmp
20 #include <cstring> // for strcmp
48 if (strcmp(onOffTag, "true") == 0) {
50 } else if (strcmp(onOffTag, "false") == 0) {
62 if (strcmp(onOffTag, "true") == 0) {
64 } else if (strcmp(onOffTag, "false") == 0) {
76 if (strcmp(onOffTag, "true") == 0) {
78 } else if (strcmp(onOffTag, "false") == 0) {
101 if (strcmp(status, "true") == 0) {
103 } else if (strcmp(status, "false") == 0) {
122 if (strcmp(status, "true") == 0) {
124 } else if (strcmp(status, "false") == 0) {
164 if (strcmp(function, "PerfRequest") == 0) {
166 } else if (strcmp(function, "PerfRequestEx") == 0) {
168 } else if (strcmp(function, "PowerLimitBoost") == 0) {
170 } else if (strcmp(function, "ThermalLimitBoost") == 0) {
172 } else if (strcmp(function, "LimitRequest") == 0) {
174 } else if (strcmp(function, "SetRequestStatus") == 0) {
176 } else if (strcmp(function, "SetThermalLevel") == 0) {
178 } else if (strcmp(function, "RequestDeviceMode") == 0) {
180 } else if (strcmp(function, "RequestCmdIdCount") == 0) {