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:accountIdStr
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/
H
A
D
local_device_name_mgr.cpp
141
std::string
accountIdStr
= std::to_string(osAccountId);
in GetUserDefinedDeviceName()
local
142
std::shared_ptr<Uri> uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI +
accountIdStr
+ "?Proxy=true&key=" +
in GetUserDefinedDeviceName()
144
LOGI("get user defined deviceName, accountId=%{public}s",
accountIdStr
.c_str());
in GetUserDefinedDeviceName()
160
std::string
accountIdStr
= std::to_string(osAccountId);
in GetDisplayDeviceName()
local
161
std::shared_ptr<Uri> uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI +
accountIdStr
+ "?Proxy=true&key=" +
in GetDisplayDeviceName()
163
LOGI("get user defined deviceName, accountId=%{public}s",
accountIdStr
.c_str());
in GetDisplayDeviceName()
222
std::string
accountIdStr
= std::to_string(osAccountId);
in RegisterDeviceNameChangeCb()
local
223
uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI +
accountIdStr
+
in RegisterDeviceNameChangeCb()
266
std::string
accountIdStr
= std::to_string(osAccountId);
in RegisterDisplayNameChangeCb()
local
267
auto uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI +
accountIdStr
in RegisterDisplayNameChangeCb()
[all...]
/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H
A
D
lnn_settingdata_event_monitor.cpp
138
std::string
accountIdStr
= std::to_string(osAccountId);
in GetUserDefinedDeviceName()
local
139
std::shared_ptr<Uri> uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI +
accountIdStr
+ "?Proxy=true&key=" +
in GetUserDefinedDeviceName()
141
LNN_LOGI(LNN_STATE, "get user defined deviceName,
accountIdStr
=%{public}s",
accountIdStr
.c_str());
in GetUserDefinedDeviceName()
160
std::string
accountIdStr
= std::to_string(osAccountId);
in RegisterNameMonitorHelper()
local
161
uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI +
accountIdStr
+ "?Proxy=true&key=" + USER_DEFINED_STRING);
in RegisterNameMonitorHelper()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
4793
std::string
accountIdStr
= std::to_string(osAccountId);
in GetUserSetDeviceNameFromDataShareHelper()
local
4794
std::shared_ptr<Uri> uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI +
accountIdStr
+ "?Proxy=true&key=" +
in GetUserSetDeviceNameFromDataShareHelper()
7408
std::string
accountIdStr
= std::to_string(osAccountId);
in RegisterDataObserver()
local
7409
std::shared_ptr<Uri> uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI +
accountIdStr
+ "?Proxy=true&key=" +
in RegisterDataObserver()
Completed in 20 milliseconds