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:factory_mode
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
scons_app.py
48
def __init__(self, app_name,
factory_mode
):
50
self.
factory_mode
=
factory_mode
145
if self.
factory_mode
== 'yes':
/device/soc/hisilicon/hi3861v100/sdk_liteos/config/nv/
H
A
D
hi_ft_nv.h
43
hi_u32
factory_mode
; /* 0:normal_mode;1:
factory_mode
*/
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H
A
D
boot_upg_start_up.h
43
hi_u32
factory_mode
; /* 0:normal_mode;1:
factory_mode
*/
member
H
A
D
boot_upg_start_up.c
95
if (factory_mode_cfg.
factory_mode
== 0x1) {
in boot_upg_load_cfg_from_nv()
H
A
D
boot_upg_check.c
92
if (factory_mode_cfg.
factory_mode
== 0x1) {
in boot_upg_get_max_file_len()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_general.c
295
if (factory_mode_cfg.
factory_mode
!= 0x0) {
in at_factory_mode_switch()
296
factory_mode_cfg.
factory_mode
= 0x0;
in at_factory_mode_switch()
316
if (factory_mode_cfg.
factory_mode
== 0x0) {
in at_factory_mode_switch()
317
factory_mode_cfg.
factory_mode
= 0x1;
in at_factory_mode_switch()
359
if (factory_mode_cfg.
factory_mode
!= 0) {
in at_factory_erase()
360
factory_mode_cfg.
factory_mode
= 0x0;
in at_factory_erase()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H
A
D
crypto.c
555
if (factory_mode_cfg.
factory_mode
== 0x1) {
in crypto_content_id()
Completed in 6 milliseconds