Home
last modified time | relevance | path

Searched refs:MockThermalRemoteObject (Results 1 - 12 of 12) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_thermal_remote_object.cpp20 MockThermalRemoteObject::MockThermalRemoteObject(std::u16string descriptor) : IRemoteObject(descriptor) {} in MockThermalRemoteObject() function in OHOS::PowerMgr::MockThermalRemoteObject
22 MockThermalRemoteObject::~MockThermalRemoteObject() {} in ~MockThermalRemoteObject()
24 int32_t MockThermalRemoteObject::GetObjectRefCount() in GetObjectRefCount()
29 int MockThermalRemoteObject::Dump(int fd, const std::vector<std::u16string>& args) in Dump()
35 int MockThermalRemoteObject::SendRequest( in SendRequest()
49 bool MockThermalRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient()
55 bool MockThermalRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient()
/base/powermgr/thermal_manager/test/unittest/mock/include/
H A Dmock_thermal_remote_object.h23 class MockThermalRemoteObject : public IRemoteObject { class
25 explicit MockThermalRemoteObject(std::u16string descriptor = std::u16string());
26 ~MockThermalRemoteObject();
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_writeinterfacetoken_test.cpp41 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
80 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_mock_proxy_test.cpp41 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
72 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_mock_proxy_remote_test.cpp45 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
83 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_mock_proxy_writeremoteobject_test.cpp43 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
101 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_mock_proxy_writevector_test.cpp40 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_mock_proxy_sendrequest_test.cpp40 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_service_death_test.cpp64 sptr<IRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_client_test.cpp103 sptr<MockThermalRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_observer_test.cpp140 sptr<IRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
160 sptr<IRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()
H A Dthermal_action_test.cpp157 sptr<IRemoteObject> sptrRemoteObj = new MockThermalRemoteObject(); in HWTEST_F()

Completed in 5 milliseconds