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:SetErrorCode
(Results
1 - 21
of
21
) sorted by relevance
/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H
A
D
cm_napi_open_dialog.cpp
55
bool CmUIExtensionCallback::
SetErrorCode
(int32_t code)
in SetErrorCode()
function in CMNapi::CmUIExtensionCallback
73
if (
SetErrorCode
(releaseCode)) {
in OnRelease()
83
if (
SetErrorCode
(0)) {
in OnResult()
91
if (
SetErrorCode
(0)) {
in OnReceive()
100
if (
SetErrorCode
(errorCode)) {
in OnError()
113
if (
SetErrorCode
(0)) {
in OnDestroy()
H
A
D
cm_napi_open_install_dialog.cpp
46
if (
SetErrorCode
(CMR_DIALOG_ERROR_OPERATION_CANCELS)) {
56
if (
SetErrorCode
(CMR_DIALOG_ERROR_INSTALL_FAILED)) {
65
if (
SetErrorCode
(0)) {
95
bool
SetErrorCode
(int32_t errCode)
in SetErrorCode()
function in CMNapi::CmInstallUIExtensionCallback
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H
A
D
js_keyboard_controller_engine.cpp
99
ctxt->
SetErrorCode
(code);
in Hide()
137
ctxt->
SetErrorCode
(errorCode);
in ExitCurrentInputType()
H
A
D
js_text_input_client_engine.cpp
94
ctxt->
SetErrorCode
(code);
in MoveCursor()
228
ctxt->
SetErrorCode
(code);
in SendKeyFunction()
260
ctxt->
SetErrorCode
(code);
in SendPrivateCommand()
317
ctxt->
SetErrorCode
(code);
in DeleteForward()
368
ctxt->
SetErrorCode
(code);
in DeleteBackward()
402
ctxt->
SetErrorCode
(code);
in InsertText()
486
ctxt->
SetErrorCode
(code);
in GetForward()
544
ctxt->
SetErrorCode
(code);
in GetBackward()
585
ctxt->
SetErrorCode
(IMFErrorCode::EXCEPTION_IMCLIENT);
in GetEditorAttribute()
615
ctxt->
SetErrorCode
(cod
in SelectByRange()
[all...]
H
A
D
js_panel.cpp
146
ctxt->
SetErrorCode
(code);
in SetUiContent()
195
ctxt->
SetErrorCode
(code);
in Resize()
232
ctxt->
SetErrorCode
(code);
in MoveTo()
267
ctxt->
SetErrorCode
(code);
in Show()
285
ctxt->
SetErrorCode
(code);
in Hide()
477
ctxt->
SetErrorCode
(code);
in AdjustPanelRect()
H
A
D
js_input_method_engine_setting.cpp
404
ctxt->
SetErrorCode
(ret);
in CreatePanel()
/base/security/certificate_manager/interfaces/kits/napi/include/dialog/
H
A
D
cm_napi_open_dialog.h
80
bool
SetErrorCode
(int32_t errCode);
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H
A
D
async_call.h
43
void
SetErrorCode
(int32_t errorCode)
in SetErrorCode()
function in OHOS::MiscServices::final::Context
H
A
D
js_get_input_method_setting.cpp
213
ctxt->
SetErrorCode
(errCode);
in ListInputMethod()
247
ctxt->
SetErrorCode
(errCode);
in GetInputMethods()
296
ctxt->
SetErrorCode
(errCode);
in GetAllInputMethods()
359
ctxt->
SetErrorCode
(errCode);
in ShowOptionalInputMethods()
394
ctxt->
SetErrorCode
(errCode);
in ListInputMethodSubtype()
421
ctxt->
SetErrorCode
(errCode);
in ListCurrentInputMethodSubtype()
H
A
D
js_input_method.cpp
271
ctxt->
SetErrorCode
(errCode);
in SwitchInputMethod()
359
ctxt->
SetErrorCode
(errCode);
in SwitchCurrentInputMethodSubtype()
398
ctxt->
SetErrorCode
(errCode);
in SwitchCurrentInputMethodAndSubtype()
H
A
D
js_get_input_method_controller.cpp
465
ctxt->
SetErrorCode
(errCode);
in HandleSoftKeyboard()
550
ctxt->
SetErrorCode
(status);
in Attach()
592
ctxt->
SetErrorCode
(errcode);
625
ctxt->
SetErrorCode
(errcode);
650
ctxt->
SetErrorCode
(errcode);
679
ctxt->
SetErrorCode
(errcode);
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_send_indexer.h
50
void
SetErrorCode
(uint8_t errorCode);
/base/telephony/sms_mms/services/sms/
H
A
D
sms_send_indexer.cpp
217
void SmsSendIndexer::
SetErrorCode
(uint8_t errorCode)
in SetErrorCode()
function in OHOS::Telephony::SmsSendIndexer
H
A
D
sms_sender.cpp
295
smsIndexer->
SetErrorCode
(ISendShortMessageCallback::SEND_SMS_FAILURE_UNKNOWN);
in FindCacheMapAndTransform()
315
smsIndexer->
SetErrorCode
(info->errCode);
in FindCacheMapAndTransform()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
web_scheme_handler_request.h
81
int32_t
SetErrorCode
(int32_t code);
H
A
D
web_scheme_handler_request.cpp
289
int32_t WebSchemeHandlerResponse::
SetErrorCode
(int32_t code)
in SetErrorCode()
function in OHOS::NWeb::WebSchemeHandlerResponse
H
A
D
napi_web_scheme_handler_request.cpp
828
response->
SetErrorCode
(code);
in JS_SetNetErrorCode()
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H
A
D
js_keyboard_panel_manager.cpp
81
ctxt->
SetErrorCode
(ret);
in ConnectSystemCmd()
229
ctxt->
SetErrorCode
(code);
in SendPrivateCommand()
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H
A
D
napi_common.cpp
1820
bool UIExtensionCallback::
SetErrorCode
(int32_t code)
in SetErrorCode()
function in OHOS::Security::DlpPermission::UIExtensionCallback
1838
if (
SetErrorCode
(releaseCode)) {
in OnRelease()
1848
if (
SetErrorCode
(0)) {
in OnResult()
1863
if (
SetErrorCode
(errorCode)) {
in OnError()
1876
if (
SetErrorCode
(0)) {
in OnDestroy()
/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H
A
D
napi_common.h
273
bool
SetErrorCode
(int32_t code);
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H
A
D
unittesttwo_fuzzer.cpp
732
m_pSmsSendIndexer->
SetErrorCode
(errorCode);
in TestSetAndGet()
Completed in 49 milliseconds