Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:deviceCallback_
(Results
1 - 5
of
5
) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H
A
D
distributed_device_callback_test.cpp
63
std::shared_ptr<DistributedDeviceCallback>
deviceCallback_
=
in HWTEST_F()
local
67
deviceCallback_
->OnDeviceOnline(info);
in HWTEST_F()
81
std::shared_ptr<DistributedDeviceCallback>
deviceCallback_
=
in HWTEST_F()
local
85
deviceCallback_
->OnDeviceOffline(info);
in HWTEST_F()
86
deviceCallback_
->OnDeviceChanged(info);
in HWTEST_F()
87
deviceCallback_
->OnDeviceReady(info);
in HWTEST_F()
H
A
D
distributed_database_test.cpp
42
std::shared_ptr<DistributedDeviceCallback>
deviceCallback_
;
member in OHOS::Notification::DistributedDatabaseTest
71
deviceCallback_
= std::make_shared<DistributedDeviceCallback>(deviceCallback);
in SetUp()
72
database_ = std::make_shared<DistributedDatabase>(databaseCallback_,
deviceCallback_
);
in SetUp()
80
deviceCallback_
= nullptr;
in TearDown()
115
deviceCallback_
->OnDeviceOnline(deviceInfo);
in HWTEST_F()
116
deviceCallback_
->OnDeviceOffline(deviceInfo);
in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H
A
D
distributed_database_branch_test.cpp
54
std::shared_ptr<DistributedDeviceCallback>
deviceCallback_
;
member in OHOS::Notification::DistributedDatabaseBranchTest
82
deviceCallback_
= std::make_shared<DistributedDeviceCallback>(deviceCallback);
in SetUp()
83
database_ = std::make_shared<DistributedDatabase>(databaseCallback_,
deviceCallback_
);
in SetUp()
91
deviceCallback_
= nullptr;
in TearDown()
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_proxy.cpp
52
:
deviceCallback_
(std::make_shared<AudioDeviceChangeCallback>()),
in AudioProxy()
66
if (
deviceCallback_
== nullptr) {
in SetAudioDeviceChangeCallback()
71
AudioStandard::DeviceFlag::ALL_DEVICES_FLAG,
deviceCallback_
);
in SetAudioDeviceChangeCallback()
76
if (
deviceCallback_
== nullptr) {
in UnsetDeviceChangeCallback()
/base/telephony/call_manager/services/audio/include/
H
A
D
audio_proxy.h
100
std::shared_ptr<AudioStandard::AudioManagerDeviceChangeCallback>
deviceCallback_
;
member in OHOS::Telephony::AudioProxy
Completed in 4 milliseconds