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:ToUUID
(Results
1 - 20
of
20
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H
A
D
dev_manager_test.cpp
63
* @tc.name:
ToUUID
69
HWTEST_F(DevManagerTest,
ToUUID
, TestSize.Level1)
in HWTEST_F()
71
ZLOGI("
ToUUID
begin.");
in HWTEST_F()
75
auto uuid = devMgr.
ToUUID
(devInfo.networkId);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H
A
D
device_manager_adapter.h
71
std::string
ToUUID
(const std::string &id);
73
static std::vector<std::string>
ToUUID
(const std::vector<std::string> &devices);
74
static std::vector<std::string>
ToUUID
(std::vector<DeviceInfo> devices);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H
A
D
device_manager_adapter_test.cpp
266
auto uuid = DeviceManagerAdapter::GetInstance().
ToUUID
(EMPTY_DEVICE_ID);
in HWTEST_F()
268
uuid = DeviceManagerAdapter::GetInstance().
ToUUID
(INVALID_DEVICE_ID);
in HWTEST_F()
282
auto uuidToUuid = DeviceManagerAdapter::GetInstance().
ToUUID
(dvInfo.uuid);
in HWTEST_F()
284
auto udidToUuid = DeviceManagerAdapter::GetInstance().
ToUUID
(dvInfo.udid);
in HWTEST_F()
286
auto networkIdToUuid = DeviceManagerAdapter::GetInstance().
ToUUID
(dvInfo.networkId);
in HWTEST_F()
306
auto uuids = DeviceManagerAdapter::GetInstance().
ToUUID
(devices);
in HWTEST_F()
329
auto uuids = DeviceManagerAdapter::GetInstance().
ToUUID
(devices);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H
A
D
dev_manager.h
33
std::string
ToUUID
(const std::string &networkId) const;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
dev_manager.h
32
std::string
ToUUID
(const std::string &networkId);
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
dev_manager.cpp
50
std::string DevManager::
ToUUID
(const std::string &networkId) const
in ToUUID()
function in OHOS::DistributedKv::DevManager
H
A
D
device_convertor.cpp
136
std::string uuid = DevManager::GetInstance().
ToUUID
(networkId);
in ConvertNetwork()
H
A
D
single_store_impl.cpp
347
auto dbStatus = dbStore_->RemoveDeviceData(DevManager::GetInstance().
ToUUID
(device));
in RemoveDeviceData()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kvdb_notifier_client.cpp
64
auto clientUuid = DevManager::GetInstance().
ToUUID
(device);
in OnRemoteChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H
A
D
upgrade_manager.cpp
112
auto uuids = DmAdapter::
ToUUID
(DmAdapter::GetInstance().GetRemoteDevices());
in SetCompatibleIdentifyByType()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
device_manager_adapter.cpp
616
std::string DeviceManagerAdapter::
ToUUID
(const std::string &id)
626
std::vector<std::string> DeviceManagerAdapter::
ToUUID
(const std::vector<std::string> &devices)
630
auto uuid = DeviceManagerAdapter::GetInstance().
ToUUID
(device);
639
std::vector<std::string> DeviceManagerAdapter::
ToUUID
(std::vector<DeviceInfo> devices)
H
A
D
softbus_adapter_standard.cpp
571
auto uuid = DmAdapter::GetInstance().
ToUUID
(info.networkId);
in OnBind()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
dev_manager.cpp
84
std::string DevManager::
ToUUID
(const std::string &networkId)
in ToUUID()
function in DevManager
H
A
D
device_convertor.cpp
139
std::string uuid = DevManager::GetInstance().
ToUUID
(networkId);
in ConvertNetwork()
H
A
D
store_manager.cpp
178
if (!appId.IsValid() || DevManager::GetInstance().
ToUUID
(networkId).empty()) {
in GetSwitch()
H
A
D
single_store_impl.cpp
386
auto clientUuid = DevManager::GetInstance().
ToUUID
(deviceId);
in IsRemoteChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H
A
D
runtime_store.cpp
274
std::vector<std::string> syncDevices = DmAdapter::
ToUUID
(devices);
in Sync()
310
std::vector<std::string> syncDevices = DmAdapter::
ToUUID
(devices);
in Sync()
313
std::string deviceUuid = DmAdapter::GetInstance().
ToUUID
(device);
in Sync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.cpp
323
auto uuid = DMAdapter::GetInstance().
ToUUID
(networkId);
in GetSwitch()
1322
return DMAdapter::
ToUUID
(DMAdapter::GetInstance().GetRemoteDevices());
in ConvertDevices()
1324
return DMAdapter::
ToUUID
(deviceIds);
in ConvertDevices()
1401
ret = store->Clean({ DMAdapter::GetInstance().
ToUUID
(device) }, KVDBGeneralStore::NEARBY_DATA, "");
in RemoveDeviceData()
H
A
D
kvdb_general_store.cpp
436
auto uuids = DMAdapter::
ToUUID
(DMAdapter::GetInstance().GetRemoteDevices());
in SetEqualIdentifier()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_service_impl.cpp
405
rdbQuery.MakeRemoteQuery(DmAdapter::GetInstance().
ToUUID
(device), sql, ValueProxy::Convert(selectionArgs));
438
auto devices = rdbQuery.GetDevices().empty() ? DmAdapter::
ToUUID
(DmAdapter::GetInstance().GetRemoteDevices())
439
: DmAdapter::
ToUUID
(rdbQuery.GetDevices());
Completed in 18 milliseconds