Home
last modified time | relevance | path

Searched refs:InitUevent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/security_guard/test/unittest/risk_collect/src/
H A Drisk_collect_test.cpp65 MOCK_METHOD0(InitUevent, bool());
94 EXPECT_CALL(mockObj, InitUevent).Times(AtLeast(1)).WillRepeatedly(Return(false));
112 bool isSuccess = impl.InitUevent();
114 isSuccess = impl.InitUevent();
116 isSuccess = impl.InitUevent();
118 isSuccess = impl.InitUevent();
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/include/
H A Dbattery_thread_test.h108 template class InitUeventImplement<BatteryThreadUnitTest, decltype(&BatteryThread::InitUevent),
109 &BatteryThread::InitUevent>;
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_thread.cpp96 int32_t BatteryThread::InitUevent() in InitUevent() function in OHOS::PowerMgr::BatteryThread
128 InitUevent();
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Duevent_listener_impl.h35 virtual bool InitUevent() { return true; }; in InitUevent() function
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Duevent_listener_impl.h35 virtual bool InitUevent();
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dbattery_thread.h51 int32_t InitUevent();
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_thread.cpp115 int32_t BatteryThread::InitUevent() in InitUevent() function in OHOS::HDI::Battery::V2_0::BatteryThread
151 InitUevent();
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_thread.h56 int32_t InitUevent();