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:Broadcast
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
communication_provider_impl.cpp
77
Status CommunicationProviderImpl::
Broadcast
(const PipeInfo &pipeInfo, const LevelInfo &levelInfo)
in Broadcast()
function in OHOS::AppDistributedKv::CommunicationProviderImpl
79
return SoftBusAdapter::GetInstance()->
Broadcast
(pipeInfo, levelInfo);
in Broadcast()
H
A
D
communication_provider_impl.h
51
Status
Broadcast
(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) override;
H
A
D
softbus_adapter.h
76
Status
Broadcast
(const PipeInfo &pipeInfo, const LevelInfo &levelInfo);
H
A
D
softbus_adapter_standard.cpp
452
Status SoftBusAdapter::
Broadcast
(const PipeInfo &pipeInfo, const LevelInfo &levelInfo)
in Broadcast()
function in OHOS::SoftBusAdapter
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H
A
D
communication_provider.h
64
virtual Status
Broadcast
(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H
A
D
device_matrix.h
70
void
Broadcast
(const DataLevel &dataLevel);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H
A
D
device_matrix.cpp
98
auto status = Commu::GetInstance().
Broadcast
(
in Initialize()
354
void DeviceMatrix::
Broadcast
(const DataLevel &dataLevel)
in Broadcast()
function in OHOS::DistributedData::DeviceMatrix
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H
A
D
kvstore_meta_manager.cpp
123
Commu::GetInstance().
Broadcast
({ pipe }, std::move(level));
in InitBroadcast()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.cpp
312
DeviceMatrix::GetInstance().
Broadcast
(level);
in PutSwitch()
Completed in 10 milliseconds