OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestDelegate
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/files/
file_path_watcher_unittest.cc
44
class
TestDelegate
;
54
void OnChange(
TestDelegate
* delegate) {
60
void Register(
TestDelegate
* delegate) {
76
void RecordChange(
TestDelegate
* delegate) {
88
std::set<
TestDelegate
*> delegates_;
91
std::set<
TestDelegate
*> signaled_;
111
// Instead,
TestDelegate
gets the notifications from FilePathWatcher and uses
113
class
TestDelegate
: public TestDelegateBase {
115
explicit
TestDelegate
(NotificationCollector* collector)
119
~
TestDelegate
() override {
[
all
...]
/system/bt/service/test/
ipc_linux_unittest.cpp
128
class
TestDelegate
: public ipc::IPCManager::Delegate,
129
public base::SupportsWeakPtr<
TestDelegate
> {
131
TestDelegate
() : started_count_(0), stopped_count_(0) {
153
DISALLOW_COPY_AND_ASSIGN(
TestDelegate
);
157
TestDelegate
delegate;
165
TestDelegate
delegate;
186
TestDelegate
delegate;
low_energy_client_unittest.cpp
78
class
TestDelegate
: public LowEnergyClient::Delegate {
80
TestDelegate
() : scan_result_count_(0), connection_state_count_(0),
84
~
TestDelegate
() override = default;
117
DISALLOW_COPY_AND_ASSIGN(
TestDelegate
);
900
TestDelegate
delegate;
[
all
...]
gatt_server_unittest.cpp
51
class
TestDelegate
: public GattServer::Delegate {
53
TestDelegate
() = default;
54
~
TestDelegate
() override = default;
[
all
...]
Completed in 113 milliseconds