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:flags_
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_local_live_view_content.cpp
90
flags_
.emplace_back(flag);
in addFlag()
95
auto it = std::find(
flags_
.begin(),
flags_
.end(), flag);
in isFlagExist()
96
if (it !=
flags_
.end()) {
in isFlagExist()
150
jsonObject["flags"] = nlohmann::json(
flags_
);
in ToJson()
216
pContent->
flags_
= jsonObject.at("flags").get<std::vector<int32_t>>();
in FromJson()
258
if (!parcel.WriteInt32Vector(
flags_
)) {
in Marshalling()
325
if (!parcel.ReadInt32Vector(&
flags_
)) {
in ReadFromParcel()
/base/time/time_service/services/timer/src/
H
A
D
batch.cpp
25
flags_
{0}
32
flags_
{seed.flags},
73
flags_
|= alarm->flags;
in Add()
107
flags_
= newFlags;
in Remove()
141
return
flags_
;
/base/sensors/medical_sensor/utils/src/
H
A
D
medical.cpp
33
flags_
(0),
in MedicalSensor()
101
return
flags_
;
in GetFlags()
106
flags_
= flags;
in SetFlags()
178
if (!parcel.WriteUint32(
flags_
)) {
in Marshalling()
179
HiLog::Error(LABEL, "%{public}s failed, write
flags_
failed", __func__);
in Marshalling()
225
flags_
= parcel.ReadUint32();
in ReadFromParcel()
/base/sensors/sensor/utils/common/src/
H
A
D
sensor.cpp
37
flags_
(0),
in Sensor()
135
return
flags_
;
in GetFlags()
140
flags_
= flags;
in SetFlags()
211
if (!parcel.WriteUint32(
flags_
)) {
in Marshalling()
251
(!parcel.ReadUint32(
flags_
)) ||
in ReadFromParcel()
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H
A
D
device_account_info.h
99
std::int32_t
flags_
;
member in OHOS::AccountSA::DeviceAccountInfo
126
flags_
= 0;
in DeviceAccountInfo()
140
flags_
= 0;
in DeviceAccountInfo()
154
flags_
= 0;
in DeviceAccountInfo()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_local_live_view_content.h
182
std::vector<int32_t>
flags_
{};
/base/time/time_service/services/timer/include/
H
A
D
batch.h
48
uint32_t
flags_
;
member in OHOS::MiscServices::Batch
/base/sensors/medical_sensor/utils/include/
H
A
D
medical_sensor.h
63
uint32_t
flags_
;
member in OHOS::Sensors::MedicalSensor
/base/sensors/sensor/utils/common/include/
H
A
D
sensor.h
70
uint32_t
flags_
;
member in OHOS::Sensors::Sensor
Completed in 4 milliseconds