Home
last modified time | relevance | path

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

/system/weaved/libweaved/
Dcommand.h107 bool AbortWithCustomError(const brillo::Error* command_error,
111 bool AbortWithCustomError(android::binder::Status status,
Dcommand.cc151 bool Command::AbortWithCustomError(const brillo::Error* command_error, in AbortWithCustomError() function in weaved::Command
157 bool Command::AbortWithCustomError(android::binder::Status status, in AbortWithCustomError() function in weaved::Command
/system/update_engine/
Dweave_service.cc117 command->AbortWithCustomError(error.get(), nullptr); in OnCheckForUpdates()
127 command->AbortWithCustomError(error.get(), nullptr); in OnTrackChannel()