Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/stationary/test/unittest/src/
H A Dstationary_server_test.cpp47 class StationaryServerTestCallback : public DeviceStatusCallbackStub { class in OHOS::Msdp::DeviceStatus::StationaryServerTest
53 void StationaryServerTest::StationaryServerTestCallback::OnDeviceStatusChanged(const in OnDeviceStatusChanged()
56 GTEST_LOG_(INFO) << "StationaryServerTestCallback type: " << devicestatusData.type; in OnDeviceStatusChanged()
57 GTEST_LOG_(INFO) << "StationaryServerTestCallback value: " << devicestatusData.value; in OnDeviceStatusChanged()
60 devicestatusData.value <= OnChangedValue::VALUE_EXIT) << "StationaryServerTestCallback failed"; in OnDeviceStatusChanged()
157 sptr<IRemoteDevStaCallback> cb = new (std::nothrow) StationaryServerTestCallback(); in HWTEST_F()

Completed in 1 milliseconds