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:resCode
(Results
1 - 5
of
5
) sorted by relevance
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H
A
D
enterprise_device_mgr_proxy.cpp
86
int32_t
resCode
= ERR_INVALID_VALUE;
in EnableAdmin()
local
87
if (!reply.ReadInt32(
resCode
) || FAILED(
resCode
)) {
in EnableAdmin()
88
EDMLOGW("EnterpriseDeviceMgrProxy:EnableAdmin get result code fail. %{public}d",
resCode
);
in EnableAdmin()
89
return
resCode
;
in EnableAdmin()
115
int32_t
resCode
= ERR_INVALID_VALUE;
in DisableAdmin()
local
116
if (!reply.ReadInt32(
resCode
) || FAILED(
resCode
)) {
in DisableAdmin()
117
EDMLOGW("EnterpriseDeviceMgrProxy:DisableAdmin get result code fail. %{public}d",
resCode
);
in DisableAdmin()
118
return
resCode
;
in DisableAdmin()
143
int32_t
resCode
= ERR_INVALID_VALUE;
DisableSuperAdmin()
local
171
int32_t
resCode
= ERR_INVALID_VALUE;
GetEnabledAdmin()
local
200
int32_t
resCode
= ERR_INVALID_VALUE;
GetEnterpriseInfo()
local
233
int32_t
resCode
= ERR_INVALID_VALUE;
SetEnterpriseInfo()
local
293
int32_t
resCode
= ERR_INVALID_VALUE;
IsSuperAdmin()
local
325
int32_t
resCode
= ERR_INVALID_VALUE;
IsAdminEnabled()
local
413
int32_t
resCode
= ERR_INVALID_VALUE;
AuthorizeAdmin()
local
440
int32_t
resCode
= ERR_INVALID_VALUE;
GetSuperAdmin()
local
603
int32_t
resCode
= ERR_OK;
GetEnabledAdmins()
local
[all...]
/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H
A
D
cm_napi_open_install_dialog.cpp
230
int32_t
resCode
= asyncContext->context->GetResourceManager()->GetStringByName("app_name",
in CMNapiOpenInstallCertDialog()
local
232
if (
resCode
!= CM_SUCCESS) {
in CMNapiOpenInstallCertDialog()
233
CM_LOG_E("get labelName faild, code is %d",
resCode
);
in CMNapiOpenInstallCertDialog()
/base/global/i18n/frameworks/intl/src/
H
A
D
holiday_manager.cpp
53
size_t
resCode
= strftime(strDate, sizeof(strDate), "%Y%m%d", &tmObj);
in HolidayManager()
local
54
if (
resCode
== 0) {
in HolidayManager()
55
HILOG_ERROR_I18N("Failed: strftime error:%{public}zu.",
resCode
);
in HolidayManager()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H
A
D
power_wakeup_controller_test.cpp
482
auto
resCode
= wakeupController_->SetWakeupDoubleClickSensor(true);
in HWTEST_F()
local
483
EXPECT_TRUE(
resCode
!= -1);
in HWTEST_F()
/base/powermgr/power_manager/services/native/src/wakeup/
H
A
D
wakeup_controller.cpp
240
auto
resCode
= PowerDoubleClickFlag(enable);
in SetWakeupDoubleClickSensor()
local
242
return
resCode
;
in SetWakeupDoubleClickSensor()
Completed in 4 milliseconds