Home
last modified time | relevance | path

Searched refs:wakeupServiceName (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp137 std::string wakeupServiceName; in TEST_P() local
139 ScopedAStatus status = mHal->getWakeupServiceName(&wakeupServiceName); in TEST_P()
142 ASSERT_FALSE(wakeupServiceName.empty()) << "Wakeup service name must not be empty"; in TEST_P()
/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h70 ndk::ScopedAStatus getWakeupServiceName(std::string* wakeupServiceName) override;
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp286 ScopedAStatus RemoteAccessService::getWakeupServiceName(std::string* wakeupServiceName) { in getWakeupServiceName() argument
287 *wakeupServiceName = WAKEUP_SERVICE_NAME; in getWakeupServiceName()