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:ChangeDeviceInfo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/device_manager/services/softbuscache/include/
H
A
D
dm_softbus_cache.h
35
void
ChangeDeviceInfo
(const DmDeviceInfo deviceInfo);
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H
A
D
dm_device_state_manager.h
91
void
ChangeDeviceInfo
(const DmDeviceInfo &info);
/foundation/distributedhardware/device_manager/services/softbuscache/src/
H
A
D
dm_softbus_cache.cpp
94
ChangeDeviceInfo
(localDeviceInfo_);
in UpDataLocalDevInfo()
158
void SoftbusCache::
ChangeDeviceInfo
(const DmDeviceInfo deviceInfo)
in ChangeDeviceInfo()
function in OHOS::DistributedHardware::SoftbusCache
160
LOGI("SoftbusCache::
ChangeDeviceInfo
");
in ChangeDeviceInfo()
167
LOGE("
ChangeDeviceInfo
deviceInfo copy deviceName failed");
in ChangeDeviceInfo()
171
LOGE("
ChangeDeviceInfo
deviceInfo copy networkId failed");
in ChangeDeviceInfo()
178
LOGI("
ChangeDeviceInfo
sucess udid %{public}s, networkId %{public}s.",
in ChangeDeviceInfo()
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H
A
D
dm_device_state_manager.cpp
156
ChangeDeviceInfo
(devInfo);
in HandleDeviceStatusChange()
411
void DmDeviceStateManager::
ChangeDeviceInfo
(const DmDeviceInfo &info)
in ChangeDeviceInfo()
function in OHOS::DistributedHardware::DmDeviceStateManager
418
LOGE("
ChangeDeviceInfo
remoteDeviceInfos copy deviceName failed");
in ChangeDeviceInfo()
422
LOGE("
ChangeDeviceInfo
remoteDeviceInfos copy networkId failed");
in ChangeDeviceInfo()
433
LOGE("
ChangeDeviceInfo
stateDeviceInfos copy deviceName failed");
in ChangeDeviceInfo()
437
LOGE("
ChangeDeviceInfo
stateDeviceInfos copy networkId failed");
in ChangeDeviceInfo()
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_device_state_manager.cpp
252
dmDeviceStateManager->
ChangeDeviceInfo
(info);
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H
A
D
softbus_listener.cpp
339
SoftbusCache::GetInstance().
ChangeDeviceInfo
(dmDeviceInfo);
in OnSoftbusDeviceInfoChanged()
Completed in 5 milliseconds