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:PER_HELPER
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/service/permission_helper/test/
H
A
D
permission_helper_test.cpp
56
int32_t result1 =
PER_HELPER
->GetTokenType();
in HWTEST_F()
61
int32_t result2 =
PER_HELPER
->GetTokenType();
in HWTEST_F()
66
int32_t result3 =
PER_HELPER
->GetTokenType();
in HWTEST_F()
71
int32_t result4 =
PER_HELPER
->GetTokenType();
in HWTEST_F()
87
bool result1 =
PER_HELPER
->CheckDispatchControl();
in HWTEST_F()
92
bool result2 =
PER_HELPER
->CheckDispatchControl();
in HWTEST_F()
97
bool result3 =
PER_HELPER
->CheckDispatchControl();
in HWTEST_F()
102
bool result4 =
PER_HELPER
->CheckDispatchControl();
in HWTEST_F()
119
bool result =
PER_HELPER
->CheckHapPermission(tokenId, permissionCode);
in HWTEST_F()
136
bool result =
PER_HELPER
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/connect_manager/src/
H
A
D
multimodal_input_connect_stub.cpp
479
int32_t tokenType =
PER_HELPER
->GetTokenType();
in StubHandleAllocSocketFd()
504
if (!
PER_HELPER
->VerifySystemApp()) {
in StubAddInputEventFilter()
508
if (!
PER_HELPER
->CheckInputEventFilter()) {
in StubAddInputEventFilter()
534
if (!
PER_HELPER
->VerifySystemApp()) {
in StubRemoveInputEventFilter()
538
if (!
PER_HELPER
->CheckInputEventFilter()) {
in StubRemoveInputEventFilter()
561
if (!
PER_HELPER
->VerifySystemApp()) {
in StubSetMouseScrollRows()
634
if (!
PER_HELPER
->VerifySystemApp()) {
in StubSetMouseHotSpot()
670
if (!
PER_HELPER
->VerifySystemApp()) {
in StubGetMouseScrollRows()
694
if (!
PER_HELPER
->VerifySystemApp()) {
in StubSetPointerSize()
713
if (!
PER_HELPER
in StubSetNapStatus()
[all...]
/foundation/multimodalinput/input/service/permission_helper/include/
H
A
D
permission_helper.h
57
#define
PER_HELPER
PermissionHelper::GetInstance()
macro
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
1831
if (!
PER_HELPER
->VerifySystemApp() && handlerType == InputHandlerType::MONITOR) {
in AddInputHandler()
2155
bool isShell =
PER_HELPER
->RequestFromShell();
in InjectPointerEvent()
Completed in 16 milliseconds