Home
last modified time | relevance | path

Searched refs:nullRequest (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dmock_standby_client_unit_test.cpp52 sptr<ResourceRequest> nullRequest = nullptr; in HWTEST_F() local
53 EXPECT_NE(StandbyServiceClient::GetInstance().ApplyAllowResource(nullRequest), ERR_OK); in HWTEST_F()
54 EXPECT_NE(StandbyServiceClient::GetInstance().UnapplyAllowResource(nullRequest), ERR_OK); in HWTEST_F()
56 nullRequest = nullptr; in HWTEST_F()
H A Dstandby_client_unit_test.cpp71 sptr<ResourceRequest> nullRequest = nullptr; in HWTEST_F() local
72 EXPECT_NE(StandbyServiceClient::GetInstance().ApplyAllowResource(nullRequest), ERR_OK); in HWTEST_F()
73 EXPECT_NE(StandbyServiceClient::GetInstance().UnapplyAllowResource(nullRequest), ERR_OK); in HWTEST_F()
94 sptr<ResourceRequest> nullRequest = nullptr; in HWTEST_F() local

Completed in 1 milliseconds