Searched defs:inputInterface (Results 1 – 6 of 6) sorted by relevance
73 static sptr<HDI::Input::V1_0::IInputInterfaces> inputInterface; variable
61 sptr<InputInterfacesStub> inputInterface = new InputInterfacesStub(g_inputInterface); in DoSomethingInterestingWithMyAPI() local
367 int32_t GetInputInterface(IInputInterface **inputInterface) in GetInputInterface()410 void ReleaseInputInterface(IInputInterface **inputInterface) in ReleaseInputInterface()
310 int32_t GetInputInterface(IInputInterface **inputInterface) in GetInputInterface()327 void ReleaseInputInterface(IInputInterface **inputInterface) in ReleaseInputInterface()
463 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()
45 sptr<HDI::Input::V1_0::IInputInterfaces> ChargerThread::inputInterface = nullptr; member in OHOS::PowerMgr::ChargerThread