Home
last modified time | relevance | path

Searched refs:uid1 (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_bundle_option_test.cpp61 int32_t uid1 = 20; variable
63 rrc->SetUid(uid1);
64 EXPECT_EQ(rrc->GetUid(), uid1);
/base/powermgr/battery_statistics/services/native/test/unittest/src/
Dstats_camera_test.cpp382 int32_t uid1 = 10003; variable
389 "UID", uid1, "ID", cameraId);
401 double actualPower = statsClient.GetAppStatsMah(uid1);
/base/location/services/location_locator/locator/source/
Drequest_manager.cpp503 std::string uid1 = std::to_string(request->GetUid()); in HandlePowerSuspendChanged() local
507 if ((uid1.compare(uid2) != 0) || (pid1.compare(pid2) != 0)) { in HandlePowerSuspendChanged()