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:enableStatus
(Results
1 - 7
of
7
) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/database/src/
H
A
D
global_config_file_manager.c
51
uint8_t
enableStatus
= configInfo->value.
enableStatus
? 1 : 0;
in StreamWriteGlobalConfig()
local
52
if (StreamWrite(parcel, &
enableStatus
, sizeof(uint8_t)) != RESULT_SUCCESS) {
in StreamWriteGlobalConfig()
53
LOG_ERROR("StreamWrite
enableStatus
failed");
in StreamWriteGlobalConfig()
174
uint8_t
enableStatus
= 0;
in StreamReadGlobalConfig()
local
175
if (StreamRead(parcel, index, &
enableStatus
, sizeof(uint8_t)) != RESULT_SUCCESS) {
in StreamReadGlobalConfig()
176
LOG_ERROR("read
enableStatus
failed");
in StreamReadGlobalConfig()
179
configInfo->value.
enableStatus
= (
enableStatus
!= 0) ? true : false;
in StreamReadGlobalConfig()
H
A
D
idm_database.c
1249
g_globalConfigArray[infoIndex].value.
enableStatus
= param->value.
enableStatus
;
in UpdateGlobalConfigArray()
1360
LOG_INFO("
enableStatus
:%{public}d authType:%{public}u", g_globalConfigArray[infoIndex].value.
enableStatus
,
in GetEnableStatus()
1363
return g_globalConfigArray[infoIndex].value.
enableStatus
;
in GetEnableStatus()
1367
return g_globalConfigArray[infoIndex].value.
enableStatus
;
in GetEnableStatus()
1370
LOG_INFO("
enableStatus
is not set for userId:%{public}d", userId);
in GetEnableStatus()
1371
return (!g_globalConfigArray[infoIndex].value.
enableStatus
);
in GetEnableStatus()
/drivers/peripheral/user_auth/hdi_service/database/inc/
H
A
D
idm_common.h
77
bool
enableStatus
;
member
/drivers/peripheral/user_auth/test/unittest/database/
H
A
D
idm_file_manager_test.cpp
173
globalConfigInfo.value.
enableStatus
= true;
in HWTEST_F()
178
globalConfigInfo.value.
enableStatus
= false;
in HWTEST_F()
H
A
D
idm_database_test.cpp
785
param.value.
enableStatus
= true;
in HWTEST_F()
839
g_globalConfigArray[0].value.
enableStatus
= false;
in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/service/
H
A
D
user_auth_interface_service.cpp
1679
paramHal.value.
enableStatus
= param.value.
enableStatus
;
in CopyGlobalConfigParam()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H
A
D
user_auth_interface_service_test.cpp
1357
param.value.
enableStatus
= true;
in HWTEST_F()
Completed in 11 milliseconds