Home
last modified time | relevance | path

Searched refs:mGrpcServerExist (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp107 mGrpcServerExist = true; in RemoteAccessService()
305 if (!mGrpcServerExist) { in notifyApStateChange()
328 if (!mGrpcServerExist) { in isTaskScheduleSupported()
621 boolToString(mRemoteTaskCallback.get()).c_str(), boolToString(mGrpcServerExist).c_str(), in printCurrentStatus()
/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h115 bool mGrpcServerExist = false; variable