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:Authorize
(Results
1 - 20
of
20
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
multimodal_event_handler.cpp
197
int32_t MultimodalEventHandler::
Authorize
(bool isAuthorize)
in Authorize()
function in OHOS::MMI::MultimodalEventHandler
200
int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->
Authorize
(isAuthorize);
in Authorize()
H
A
D
input_manager_impl.cpp
2333
void InputManagerImpl::
Authorize
(bool isAuthorize)
in Authorize()
function in OHOS::MMI::InputManagerImpl
2335
if (MMIEventHdl.
Authorize
(isAuthorize) != RET_OK) {
in Authorize()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H
A
D
multimodal_event_handler.h
59
int32_t
Authorize
(bool isAuthorize);
H
A
D
input_manager_impl.h
209
void
Authorize
(bool isAuthorize);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H
A
D
input_manager_impl_test.cpp
661
* @tc.desc: Test the funcation
Authorize
669
ASSERT_NO_FATAL_FAILURE(InputMgrImpl.
Authorize
(isAuthorize));
in HWTEST_F()
671
ASSERT_NO_FATAL_FAILURE(InputMgrImpl.
Authorize
(isAuthorize));
in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
input_manager.cpp
597
void InputManager::
Authorize
(bool isAuthorize)
in Authorize()
function in OHOS::MMI::InputManager
599
InputMgrImpl.
Authorize
(isAuthorize);
in Authorize()
/foundation/multimodalinput/input/service/connect_manager/include/
H
A
D
multimodal_input_connect_manager.h
129
int32_t
Authorize
(bool isAuthorize);
H
A
D
i_multimodal_input_connect.h
140
virtual int32_t
Authorize
(bool isAuthorize) = 0;
H
A
D
multimodal_input_connect_proxy.h
125
int32_t
Authorize
(bool isAuthorize) override;
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H
A
D
stubhandleallocsocketfd_fuzzer.cpp
134
MMIService::GetInstance()->
Authorize
(g_isAuthorize);
in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H
A
D
input_manager.h
850
void
Authorize
(bool isAuthorize);
/foundation/multimodalinput/input/service/connect_manager/src/
H
A
D
multimodal_input_connect_manager.cpp
759
int32_t MultimodalInputConnectManager::
Authorize
(bool isAuthorize)
in Authorize()
function in OHOS::MMI::MultimodalInputConnectManager
763
return multimodalInputConnectService_->
Authorize
(isAuthorize);
in Authorize()
H
A
D
multimodal_input_connect_stub.cpp
2375
int32_t ret =
Authorize
(isAuthorize);
in StubAuthorize()
2377
MMI_HILOGE("Call
Authorize
failed ret:%{public}d", ret);
in StubAuthorize()
H
A
D
multimodal_input_connect_proxy.cpp
1931
int32_t MultimodalInputConnectProxy::
Authorize
(bool isAuthorize)
in Authorize()
function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H
A
D
mmi_service.h
139
int32_t
Authorize
(bool isAuthorize) override;
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H
A
D
js_register_module.cpp
706
InputManager::GetInstance()->
Authorize
(bResult);
in PermitInjection()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
input_manager_test.cpp
3007
InputManager::GetInstance()->
Authorize
(true);
in HWTEST_F()
3023
InputManager::GetInstance()->
Authorize
(true);
in HWTEST_F()
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H
A
D
input_native_test.cpp
154
InputManager::GetInstance()->
Authorize
(true);
in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
3208
int32_t MMIService::
Authorize
(bool isAuthorize)
in Authorize()
function in OHOS::MMI::MMIService
/foundation/multimodalinput/input/service/connect_manager/test/
H
A
D
multimodal_input_connect_stub_ex_test.cpp
256
int32_t
Authorize
(bool isAuthorize) override { return static_cast<int32_t>(isAuthorize); }
Completed in 46 milliseconds