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:SoftbusCache
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributedhardware/device_manager/services/softbuscache/src/
H
A
D
dm_softbus_cache.cpp
24
DM_IMPLEMENT_SINGLE_INSTANCE(
SoftbusCache
);
29
void
SoftbusCache
::SaveLocalDeviceInfo()
in SaveLocalDeviceInfo()
31
LOGI("
SoftbusCache
::SaveLocalDeviceInfo");
in SaveLocalDeviceInfo()
43
LOGI("
SoftbusCache
::SaveLocalDeviceInfo networkid %{public}s.",
in SaveLocalDeviceInfo()
51
void
SoftbusCache
::DeleteLocalDeviceInfo()
in DeleteLocalDeviceInfo()
53
LOGI("
SoftbusCache
::DeleteLocalDeviceInfo networkid %{public}s.",
in DeleteLocalDeviceInfo()
60
int32_t
SoftbusCache
::GetLocalDeviceInfo(DmDeviceInfo &nodeInfo)
in GetLocalDeviceInfo()
65
LOGI("
SoftbusCache
::GetLocalDeviceInfo from dm cache.");
in GetLocalDeviceInfo()
79
LOGI("
SoftbusCache
::GetLocalDeviceInfo from softbus.");
in GetLocalDeviceInfo()
83
void
SoftbusCache
[all...]
/foundation/distributedhardware/device_manager/services/softbuscache/include/
H
A
D
dm_softbus_cache.h
29
class
SoftbusCache
{
class
30
DM_DECLARE_SINGLE_INSTANCE(
SoftbusCache
);
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H
A
D
softbus_listener.cpp
234
SoftbusCache
::GetInstance().SaveDeviceInfo(dmDeviceInfo);
in OnSoftbusDeviceOnline()
235
SoftbusCache
::GetInstance().SaveDeviceSecurityLevel(dmDeviceInfo.networkId);
in OnSoftbusDeviceOnline()
236
SoftbusCache
::GetInstance().SaveLocalDeviceInfo();
in OnSoftbusDeviceOnline()
279
SoftbusCache
::GetInstance().DeleteDeviceInfo(dmDeviceInfo);
in OnSoftbusDeviceOffline()
280
SoftbusCache
::GetInstance().DeleteDeviceSecurityLevel(dmDeviceInfo.networkId);
in OnSoftbusDeviceOffline()
285
SoftbusCache
::GetInstance().DeleteLocalDeviceInfo();
in OnSoftbusDeviceOffline()
339
SoftbusCache
::GetInstance().ChangeDeviceInfo(dmDeviceInfo);
in OnSoftbusDeviceInfoChanged()
355
SoftbusCache
::GetInstance().UpDataLocalDevInfo();
in OnLocalDevInfoChange()
660
int32_t ret =
SoftbusCache
::GetInstance().GetDeviceInfoFromCache(deviceInfoList);
in GetTrustedDeviceList()
668
return
SoftbusCache
in GetDeviceInfo()
[all...]
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H
A
D
softbus_connector.cpp
277
return
SoftbusCache
::GetInstance().GetUdidFromCache(networkId, udid);
in GetUdidByNetworkId()
283
return
SoftbusCache
::GetInstance().GetUuidFromCache(networkId, uuid);
in GetUuidByNetworkId()
/foundation/distributedhardware/device_manager/services/service/src/
H
A
D
device_manager_service.cpp
90
SoftbusCache
::GetInstance().UpdateDeviceInfoCache();
in InitSoftbusListener()
667
if (
SoftbusCache
::GetInstance().GetUdidByUdidHash(realDeviceId, udid) != DM_OK) {
in UnBindDevice()
1743
SoftbusCache
::GetInstance().GetUdidFromCache(networkId.c_str(), udid);
in HandleDeviceNotTrust()
H
A
D
device_manager_service_listener.cpp
179
if (!
SoftbusCache
::GetInstance().CheckIsOnline(std::string(info.deviceId))) {
in ProcessAppStateChange()
/foundation/distributedhardware/device_manager/services/implementation/src/
H
A
D
device_manager_service_impl.cpp
767
SoftbusCache
::GetInstance().GetUuidByUdid(remoteUdid, uuid);
in HandleAccountLogoutEvent()
Completed in 11 milliseconds