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:GetUuidByNodeId
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H
A
D
app_device_handler.cpp
69
std::string AppDeviceHandler::
GetUuidByNodeId
(const std::string &nodeId) const
in GetUuidByNodeId()
function in OHOS::ObjectStore::AppDeviceHandler
71
return devManager_->
GetUuidByNodeId
(nodeId);
in GetUuidByNodeId()
H
A
D
dev_manager.cpp
48
std::string uuid = DevManager::GetInstance()->
GetUuidByNodeId
(std::string(deviceInfo.networkId));
in OnDeviceOnline()
56
std::string uuid = DevManager::GetInstance()->
GetUuidByNodeId
(std::string(deviceInfo.networkId));
in OnDeviceOffline()
64
std::string uuid = DevManager::GetInstance()->
GetUuidByNodeId
(std::string(deviceInfo.networkId));
in OnDeviceChanged()
140
std::string DevManager::
GetUuidByNodeId
(const std::string &nodeId) const
in GetUuidByNodeId()
function in OHOS::ObjectStore::DevManager
H
A
D
softbus_adapter_standard.cpp
116
std::string uuid = DevManager::GetInstance()->
GetUuidByNodeId
(deviceInfo.deviceId);
in NotifyAll()
167
std::string uuid = DevManager::GetInstance()->
GetUuidByNodeId
(event.dstNetworkId_);
in GetDeviceList()
170
std::string uuid = DevManager::GetInstance()->
GetUuidByNodeId
(event.srcNetworkId_);
in GetDeviceList()
198
std::string uuid = DevManager::GetInstance()->
GetUuidByNodeId
(std::string(info.networkId));
in GetLocalDevice()
249
auto uuid = DevManager::GetInstance()->
GetUuidByNodeId
(networkId);
in UpdateRelationship()
294
auto uuid = DevManager::GetInstance()->
GetUuidByNodeId
(std::string(info[i].networkId));
in ToNodeID()
630
std::string peerDevUuid = DevManager::GetInstance()->
GetUuidByNodeId
(std::string(info.networkId));
in OnServerBytesReceived()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H
A
D
dev_manager.h
36
std::string
GetUuidByNodeId
(const std::string &nodeId) const;
H
A
D
app_device_handler.h
37
std::string
GetUuidByNodeId
(const std::string &nodeId) const;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H
A
D
communicator_test.cpp
550
* @tc.desc: test DevManager
GetUuidByNodeId
.
556
auto ret = DevManager::GetInstance()->
GetUuidByNodeId
(nodeId);
in HWTEST_F()
Completed in 4 milliseconds