Home
last modified time | relevance | path

Searched defs:inputInterface (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dcharger_thread.h73 static sptr<HDI::Input::V1_0::IInputInterfaces> inputInterface; variable
/ohos5.0/drivers/peripheral/input/test/fuzztest/input_fuzzer/
H A Dinput_fuzzer.cpp61 sptr<InputInterfacesStub> inputInterface = new InputInterfacesStub(g_inputInterface); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_manager.c367 int32_t GetInputInterface(IInputInterface **inputInterface) in GetInputInterface()
410 void ReleaseInputInterface(IInputInterface **inputInterface) in ReleaseInputInterface()
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp310 int32_t GetInputInterface(IInputInterface **inputInterface) in GetInputInterface()
327 void ReleaseInputInterface(IInputInterface **inputInterface) in ReleaseInputInterface()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp463 int32_t RouteManager::EnableSharing(const std::string &inputInterface, const std::string &outputInt… in EnableSharing()
468 int32_t RouteManager::DisableSharing(const std::string &inputInterface, const std::string &outputIn… in DisableSharing()
766 int32_t RouteManager::UpdateSharingNetwork(uint16_t action, const std::string &inputInterface, in UpdateSharingNetwork()
786 int32_t RouteManager::ClearSharingRules(const std::string &inputInterface) in ClearSharingRules()
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_thread.cpp45 sptr<HDI::Input::V1_0::IInputInterfaces> ChargerThread::inputInterface = nullptr; member in OHOS::PowerMgr::ChargerThread