Searched refs:uidOne (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_location_test.cpp | 292 int32_t uidOne = 10003; variable 298 "PID", pidOne, "UID", uidOne, "STATE", stateOn); 307 "PID", pidOne, "UID", uidOne, "STATE", stateOff); 310 double actualPower = statsClient.GetAppStatsMah(uidOne);
|
H A D | stats_bluetooth_test.cpp | 959 int32_t uidOne = 10003; variable 967 HiSysEvent::EventType::STATISTIC, "PID", pidOne, "UID", uidOne, "STATE", stateOn); 976 HiSysEvent::EventType::STATISTIC, "PID", pidOne, "UID", uidOne, "STATE", stateOff); 979 double actualPowerOne = statsClient.GetAppStatsMah(uidOne); 1151 int32_t uidOne = 10003; variable 1157 HiSysEvent::EventType::STATISTIC, "PID", pidOne, "UID", uidOne); 1166 HiSysEvent::EventType::STATISTIC, "PID", pidOne, "UID", uidOne); 1169 double actualPowerOne = statsClient.GetAppStatsMah(uidOne);
|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_location_test.cpp | 336 int32_t uidOne = 10003; variable 343 HiSysEvent::EventType::STATISTIC, "PID", pidOne, "UID", uidOne, "STATE", stateOn); 355 HiSysEvent::EventType::STATISTIC, "PID", pidOne, "UID", uidOne, "STATE", stateOff); 358 double actualPower = g_statsServiceProxy->GetAppStatsMah(uidOne);
|
H A D | stats_service_bluetooth_test.cpp | 1084 int32_t uidOne = 10003; variable 1093 "PID", pidOne, "UID", uidOne, "STATE", stateOn); 1105 "PID", pidOne, "UID", uidOne, "STATE", stateOff); 1108 double actualPowerOne = g_statsServiceProxy->GetAppStatsMah(uidOne); 1298 int32_t uidOne = 10003; variable 1305 "PID", pidOne, "UID", uidOne); 1317 "PID", pidOne, "UID", uidOne); 1320 double actualPowerOne = g_statsServiceProxy->GetAppStatsMah(uidOne);
|