Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_client.cpp98 return resSchedExe_; in GetProxy()
106 if (resSchedExe_) { in TryConnect()
122 resSchedExe_ = iface_cast<IResSchedExeService>(remoteObject_); in TryConnect()
123 if (!resSchedExe_) { in TryConnect()
131 resSchedExe_->AsObject()->AddDeathRecipient(recipient_); in TryConnect()
139 if (resSchedExe_ && resSchedExe_->AsObject()) { in StopRemoteObject()
140 resSchedExe_->AsObject()->RemoveDeathRecipient(recipient_); in StopRemoteObject()
142 resSchedExe_ = nullptr; in StopRemoteObject()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H A Dres_sched_exe_client_test.cpp91 EXPECT_TRUE(ResSchedExeClient::GetInstance().resSchedExe_);
107 EXPECT_TRUE(ResSchedExeClient::GetInstance().resSchedExe_);
124 EXPECT_TRUE(ResSchedExeClient::GetInstance().resSchedExe_);
140 EXPECT_TRUE(ResSchedExeClient::GetInstance().resSchedExe_);
144 EXPECT_TRUE(ResSchedExeClient::GetInstance().resSchedExe_);
158 EXPECT_TRUE(ResSchedExeClient::GetInstance().resSchedExe_);
172 EXPECT_TRUE(ResSchedExeClient::GetInstance().resSchedExe_);
183 EXPECT_TRUE(nullptr == ResSchedExeClient::GetInstance().resSchedExe_);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dres_sched_exe_client.h104 sptr<IResSchedExeService> resSchedExe_; variable