Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/include/
Dresult.h42 bool isSuccess() const { return mSuccess; } in isSuccess()
43 bool operator!() const { return !mSuccess; }
47 explicit Result(bool success) : mSuccess(success) { } in Result()
49 : mMessage(message), mSuccess(false) { in Result()
52 bool mSuccess; variable
/device/generic/goldfish/network/netmgr/
Dresult.h42 bool isSuccess() const { return mSuccess; } in isSuccess()
43 bool operator!() const { return !mSuccess; }
47 explicit Result(bool success) : mSuccess(success) { } in Result()
49 : mMessage(message), mSuccess(false) { in Result()
52 bool mSuccess; variable
/device/generic/goldfish/network/wifi_forwarder/
Dresult.h42 bool isSuccess() const { return mSuccess; } in isSuccess()
43 bool operator!() const { return !mSuccess; }
47 explicit Result(bool success) : mSuccess(success) { } in Result()
49 : mMessage(message), mSuccess(false) { in Result()
52 bool mSuccess; variable