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:ucState
(Results
1 - 15
of
15
) sorted by relevance
/kernel/liteos_a/kernel/base/misc/
H
A
D
swtmr_shellcmd.c
62
g_shellSwtmrStatus[swtmr->
ucState
],
in OsPrintSwtmrMsg()
83
if (swtmr1->
ucState
== 0) {
in SwtmrBaseInfoGet()
96
if (swtmr->
ucState
!= 0) {
in SwtmrBaseInfoGet()
102
if ((timerID == (size_t)(swtmr->usTimerID % LOSCFG_BASE_CORE_SWTMR_LIMIT)) && (swtmr->
ucState
!= 0)) {
in SwtmrBaseInfoGet()
H
A
D
sysinfo_shellcmd.c
114
if (swtmrCB->
ucState
!= OS_SWTMR_STATUS_UNUSED) {
in OsShellCmdSwtmrCntGet()
/kernel/liteos_m/testsuites/sample/kernel/swtmr/
H
A
D
It_los_swtmr_074.c
71
status = swtmr->
ucState
;
in Testcase()
72
swtmr->
ucState
= swtmr->
ucState
| 0x55;
in Testcase()
86
swtmr->
ucState
= status;
in Testcase()
/kernel/liteos_m/kernel/src/
H
A
D
los_swtmr.c
230
swtmr->
ucState
= OS_SWTMR_STATUS_TICKING;
in OsSwtmrStart()
261
swtmr->
ucState
= OS_SWTMR_STATUS_UNUSED;
in OsSwtmrDelete()
273
swtmr->
ucState
= OS_SWTMR_STATUS_CREATED;
in OsSwtmrStop()
295
swtmr->
ucState
= OS_SWTMR_STATUS_CREATED;
in OsSwtmrTimeoutHandle()
522
swtmr->
ucState
= OS_SWTMR_STATUS_CREATED;
in LOS_SwtmrCreate()
564
switch (swtmr->
ucState
) {
in LOS_SwtmrStart()
610
switch (swtmr->
ucState
) {
in LOS_SwtmrStop()
652
switch (swtmr->
ucState
) {
in LOS_SwtmrTimeGet()
695
switch (swtmr->
ucState
) {
in LOS_SwtmrDelete()
/kernel/liteos_a/kernel/base/core/
H
A
D
los_swtmr.c
209
swtmr->
ucState
= OS_SWTMR_STATUS_CREATED;
in SwtmrWake()
482
swtmr->
ucState
= OS_SWTMR_STATUS_TICKING;
in SwtmrToStart()
526
swtmr->
ucState
= OS_SWTMR_STATUS_UNUSED;
in SwtmrDelete()
625
swtmr->
ucState
= OS_SWTMR_STATUS_CREATED;
in SwtmrStop()
690
swtmr->
ucState
= OS_SWTMR_STATUS_CREATED;
in LOS_SwtmrCreate()
717
switch (swtmr->
ucState
) {
in LOS_SwtmrStart()
761
switch (swtmr->
ucState
) {
in LOS_SwtmrStop()
804
switch (swtmr->
ucState
) {
in LOS_SwtmrTimeGet()
842
switch (swtmr->
ucState
) {
in LOS_SwtmrDelete()
/kernel/liteos_a/kernel/include/
H
A
D
los_swtmr.h
268
UINT8
ucState
; /**< Software timer state */
member
/kernel/liteos_m/kernel/include/
H
A
D
los_swtmr.h
272
UINT8
ucState
; /* Software timer state */
member
/kernel/liteos_a/testsuites/kernel/src/
H
A
D
iCunit.c
255
if (swtmr->
ucState
== OS_SWTMR_STATUS_UNUSED)
in ICunitRunF()
335
if (swtmr->
ucState
== OS_SWTMR_STATUS_UNUSED)
in ICunitRunF()
H
A
D
osTest.c
231
if (swTmrCB->
ucState
!= OS_SWTMR_STATUS_UNUSED) {
in SwtmrCountGetTest()
/kernel/liteos_m/testsuites/src/
H
A
D
osTest.c
99
if (swTmrCB->
ucState
!= OS_SWTMR_STATUS_UNUSED) {
in SwtmrCountGetTest()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ips.h
693
uint8_t
ucState
;
member
708
uint8_t
ucState
;
member
H
A
D
ips.c
3714
if (ha->conf->dev[scb->bus - 1][scb->target_id].
ucState
== 0) {
in ips_send_cmd()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ips.h
693
uint8_t
ucState
;
member
708
uint8_t
ucState
;
member
H
A
D
ips.c
3717
if (ha->conf->dev[scb->bus - 1][scb->target_id].
ucState
== 0) {
in ips_send_cmd()
/kernel/liteos_m/kal/cmsis/
H
A
D
cmsis_liteos2.c
812
return (OS_SWTMR_STATUS_TICKING == ((SWTMR_CTRL_S *)timer_id)->
ucState
);
in osTimerIsRunning()
Completed in 30 milliseconds