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:GetDeviceInfoList
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H
A
D
mock_distributed_database.cpp
62
bool DistributedDatabase::
GetDeviceInfoList
(std::vector<DeviceInfo> &deviceList)
in GetDeviceInfoList()
function in OHOS::Notification::DistributedDatabase
/base/notification/distributed_notification_service/services/distributed/include/
H
A
D
distributed_database.h
117
bool
GetDeviceInfoList
(std::vector<DeviceInfo> &deviceList);
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H
A
D
distributed_database_branch_test.cpp
487
* @tc.desc : Test
GetDeviceInfoList
function and ret == ERR_OK.
495
EXPECT_EQ(true, database_->
GetDeviceInfoList
(deviceList));
in HWTEST_F()
501
* @tc.desc : Test
GetDeviceInfoList
function and KvManagerFlowControl is false.
508
EXPECT_EQ(false, database_->
GetDeviceInfoList
(deviceList));
in HWTEST_F()
514
* @tc.desc : Test
GetDeviceInfoList
function and ret != ERR_OK.
522
EXPECT_EQ(false, database_->
GetDeviceInfoList
(deviceList));
in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H
A
D
distributed_database_test.cpp
208
EXPECT_EQ(database_->
GetDeviceInfoList
(deviceInfos), true);
in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/src/
H
A
D
distributed_database.cpp
307
bool DistributedDatabase::
GetDeviceInfoList
(std::vector<DeviceInfo> &deviceList)
in GetDeviceInfoList()
function in OHOS::Notification::DistributedDatabase
H
A
D
distributed_notification_manager.cpp
271
if (database_->
GetDeviceInfoList
(deviceList) == ERR_OK && deviceList.empty()) {
in OnDeviceDisconnected()
Completed in 7 milliseconds