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:idStr
(Results
26 - 27
of
27
) sorted by relevance
1
2
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H
A
D
NativeRender.cpp
105
char
idStr
[OH_XCOMPONENT_ID_LEN_MAX + 1] = {};
in Export()
local
118
ret = OH_NativeXComponent_GetXComponentId(nativeXComponent,
idStr
, &idSize);
in Export()
/applications/standard/settings/napi/settings/
H
A
D
napi_settings.cpp
1755
std::string GetStageUriStr(std::string tableName, std::string
idStr
, std::string keyStr)
in GetStageUriStr()
argument
1757
if (std::stoi(
idStr
) < USERID_HELPER_NUMBER) {
in GetStageUriStr()
1758
idStr
= "100";
in GetStageUriStr()
1765
std::string retStr = "datashare:///com.ohos.settingsdata/entry/settingsdata/USER_SETTINGSDATA_" +
idStr
+
in GetStageUriStr()
1769
std::string retStr = "datashare:///com.ohos.settingsdata/entry/settingsdata/USER_SETTINGSDATA_SECURE_" +
idStr
+
in GetStageUriStr()
1781
std::string GetProxyUriStr(std::string tableName, std::string
idStr
)
in GetProxyUriStr()
argument
1783
if (std::stoi(
idStr
) < USERID_HELPER_NUMBER) {
in GetProxyUriStr()
1784
idStr
= "100";
in GetProxyUriStr()
1792
"datashare:///com.ohos.settingsdata/entry/settingsdata/USER_SETTINGSDATA_" +
idStr
+ "?Proxy=true";
in GetProxyUriStr()
1796
"datashare:///com.ohos.settingsdata/entry/settingsdata/USER_SETTINGSDATA_SECURE_" +
idStr
in GetProxyUriStr()
[all...]
Completed in 4 milliseconds
1
2