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:user
(Results
1 - 13
of
13
) sorted by relevance
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H
A
D
RdbstorePredicatesJoinJsunit.test.js
19
const USER_TABLE = "CREATE TABLE IF NOT EXISTS
user
"
25
+ "FOREIGN KEY (userId) REFERENCES
user
(userId) ON UPDATE NO ACTION ON DELETE CASCADE)";
27
const USER_BULK_INSERT_STATEMENT = "INSERT INTO
user
"
80
users.forEach((
user
) => {
81
objects.push(
user
.userId);
82
objects.push(
user
.firstName);
83
objects.push(
user
.lastName);
84
objects.push(
user
.age);
85
objects.push(
user
.balance);
123
"SELECT * FROM
user
INNE
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H
A
D
RelationalStorePredicatesJoinJsunit.test.js
21
const USER_TABLE = "CREATE TABLE IF NOT EXISTS
user
"
27
+ "FOREIGN KEY (userId) REFERENCES
user
(userId) ON UPDATE NO ACTION ON DELETE CASCADE)";
29
const USER_BULK_INSERT_STATEMENT = "INSERT INTO
user
"
85
users.forEach((
user
) => {
86
objects.push(
user
.userId);
87
objects.push(
user
.firstName);
88
objects.push(
user
.lastName);
89
objects.push(
user
.age);
90
objects.push(
user
.balance);
128
"SELECT * FROM
user
INNE
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
grp1ndk.cpp
60
const char *
user
= "root";
in GetGroupList()
local
61
pwd = getpwnam(
user
);
in GetGroupList()
62
int ret = getgrouplist(
user
, pwd->pw_gid, nullptr, &ngroups);
in GetGroupList()
/test/testfwk/xdevice/
H
A
D
run.sh
51
$PYTHON -m easy_install --
user
"$f" || echo "Error occurs to install $f!"
59
$PYTHON -m pip install --
user
"$f" || echo "Error occurs to install $f!"
H
A
D
run.bat
56
python -m easy_install --
user
%TOOLS%/%%a
62
python -m pip install --
user
%TOOLS%/%%a
/test/xts/tools/lite/
H
A
D
runtest.sh
34
echo " ./runtest.sh
user
=USERNAME product=PRODUCT platform=PLATFORM module=MODULE device=IP:PORT"
36
echo "
user
: USERNAME your name, no spaces allowed, such as xiaoming"
60
user
) USER="$PARAM"
79
echo "
user
is required!"
142
sed -i 's/\$
user
\$/'$USER'/g' $USER_CONFIG
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/form/router/
H
A
D
index.js
19
console.log(result.value.
user
) // text input value
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/form/router/
H
A
D
index.js
19
console.log(result.value.
user
) // text input value
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/form/router/
H
A
D
index.js
19
console.log(result.value.
user
) // text input value
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/form/router/
H
A
D
index.js
19
console.log(result.value.
user
) // text input value
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H
A
D
avplayerndk.cpp
1320
NdkAVPlayerUser *
user
= reinterpret_cast<NdkAVPlayerUser *>(userData);
in AVPlayerOnInfoCallbackImpl()
local
1321
if (
user
== nullptr || player == nullptr) {
in AVPlayerOnInfoCallbackImpl()
1322
LOGE("AVPlayerOnInfoCallbackImpl
user
is nullptr");
in AVPlayerOnInfoCallbackImpl()
1326
if (
user
->onInfoFuncs_.count(type) > 0) {
in AVPlayerOnInfoCallbackImpl()
1327
user
->onInfoFuncs_[type](player, infoBody);
in AVPlayerOnInfoCallbackImpl()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H
A
D
hello.cpp
15
#include <arm-linux-ohos/bits/
user
.h>
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H
A
D
arkoala_api.h
1129
void*
user
;
member
Completed in 38 milliseconds