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:tempAllowList
(Results
1 - 4
of
4
) sorted by relevance
/test/ostest/wukong/common/src/
H
A
D
app_manager.cpp
37
std::vector<std::string>
tempAllowList
;
in AllowAbilityStart()
local
41
tempAllowList
= util->GetTempAllowList();
in AllowAbilityStart()
43
auto it = find(
tempAllowList
.begin(),
tempAllowList
.end(), bundleName);
in AllowAbilityStart()
45
if (orderFlag &&
tempAllowList
.size() != 0) {
in AllowAbilityStart()
46
if (it !=
tempAllowList
.end()) {
in AllowAbilityStart()
H
A
D
wukong_util.cpp
457
void WuKongUtil::SetTempAllowList(std::vector<std::string>
tempAllowList
)
in SetTempAllowList()
argument
459
tempAllowList_ =
tempAllowList
;
in SetTempAllowList()
/test/ostest/wukong/input_factory/src/
H
A
D
component_input.cpp
77
std::vector<std::string>
tempAllowList
;
in CheckLauncherApp()
local
85
tempAllowList
.clear();
in CheckLauncherApp()
86
tempAllowList
.push_back(param->bundleName_[i]);
in CheckLauncherApp()
87
WuKongUtil::GetInstance()->SetTempAllowList(
tempAllowList
);
in CheckLauncherApp()
/test/ostest/wukong/common/include/
H
A
D
wukong_util.h
220
* @param
tempAllowList
222
void SetTempAllowList(std::vector<std::string>
tempAllowList
);
Completed in 4 milliseconds