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
defs:bundleName
(Results
26 - 31
of
31
) sorted by relevance
1
2
/test/xts/acts/appexecfwk_lite/appexecfwk_posix/src/
H
A
D
BundleMgrTest.cpp
444
const char *
bundleName
= (char*)"com.openharmony.testdemo";
HWTEST_F()
local
481
const char *
bundleName
= (char*)"com.openharmony.testnative";
HWTEST_F()
local
506
const char *
bundleName
= (char*)"com.openharmony.nothisBundleName";
HWTEST_F()
local
532
const char *
bundleName
= (char*)"";
HWTEST_F()
local
636
const char *
bundleName
= (char*)"com.openharmony.testjsdemo";
HWTEST_F()
local
666
const char *
bundleName
= (char*)"com.openharmony.nothishap";
HWTEST_F()
local
843
char *
bundleName
= nullptr;
HWTEST_F()
local
861
char *
bundleName
= (char*)"com.openharmony.testjsdemo";
HWTEST_F()
local
875
char *
bundleName
= (char*)"com.openharmony.testjsdemoBundleNameleng" \\
HWTEST_F()
local
900
char *
bundleName
= (char*)"com.openharmony.testjsdemoBundleNameLength128test" \\
HWTEST_F()
local
916
char *
bundleName
= nullptr;
HWTEST_F()
local
931
char *
bundleName
= (char*)"com.openharmony.nothishap";
HWTEST_F()
local
946
char *
bundleName
= (char*)" ";
HWTEST_F()
local
961
char *
bundleName
= (char*)"com.openharmony.testjsdemo";
HWTEST_F()
local
977
char *
bundleName
= (char*)"com.openharmony.testjsdemo";
HWTEST_F()
local
[all...]
/test/testfwk/arkxtest/uitest/record/
H
A
D
pointer_info.h
222
std::string
bundleName
;
member in OHOS::uitest::PointerInfo
/test/ostest/wukong/test_flow/src/
H
A
D
random_test_flow.cpp
444
std::string
bundleName
= "com.ohos.launcher";
in ProtectRightAbility()
local
/test/ostest/wukong/common/src/
H
A
D
wukong_util.cpp
203
std::string
bundleName
= item.elementName.GetBundleName();
in GetAllAppInfo()
local
559
void WuKongUtil::GetAllAbilitiesByBundleName(std::string
bundleName
, std::vector<std::string> &abilities)
in GetAllAbilitiesByBundleName()
argument
613
std::string
bundleName
in GetAllAbilities()
local
[all...]
/test/testfwk/arkxtest/uitest/server/
H
A
D
system_ui_controller.cpp
210
auto
bundleName
= eventInfo.GetBundleName();
in OnAccessibilityEvent()
local
/test/xts/acts/multimedia/avsession/avsession_ndk_standard/avsession_ndk_stage/entry/src/main/cpp/
H
A
D
AvsessionTest.cpp
577
const std::string&
bundleName
= std::get<std::string>(params[listIdx++]);
in TestAVSessionTestAll()
local
643
const std::string&
bundleName
= std::get<std::string>(params[2]);
in TestAVSessionCreate()
local
Completed in 11 milliseconds
1
2