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:RemoveFlags
(Results
1 - 14
of
14
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H
A
D
distributed_operation.h
107
void
RemoveFlags
(unsigned int flags);
H
A
D
distributed_want.h
144
void
RemoveFlags
(unsigned int flag);
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
operation.h
110
void
RemoveFlags
(unsigned int flags);
H
A
D
want.h
164
void
RemoveFlags
(unsigned int flags);
/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/
H
A
D
wantfirst_fuzzer.cpp
44
want->
RemoveFlags
(flags);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H
A
D
distributed_operation.cpp
118
void DistributedOperation::
RemoveFlags
(unsigned int flags)
in RemoveFlags()
function in OHOS::DistributedSchedule::DistributedOperation
H
A
D
distributed_want.cpp
164
void DistributedWant::
RemoveFlags
(unsigned int flags)
in RemoveFlags()
function in OHOS::DistributedSchedule::DistributedWant
166
operation_.
RemoveFlags
(flags);
in RemoveFlags()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
operation.cpp
179
void Operation::
RemoveFlags
(unsigned int flags)
in RemoveFlags()
function in OHOS::AAFwk::Operation
H
A
D
want.cpp
184
void Want::
RemoveFlags
(unsigned int flags)
in RemoveFlags()
function in OHOS::AAFwk::Want
186
operation_.
RemoveFlags
(flags);
in RemoveFlags()
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H
A
D
distributedwant_fuzzer.cpp
52
want->
RemoveFlags
(flags);
in DoSomethingInterestingWithMyAPI_DistributedWant_001()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H
A
D
ability_manager_service_fourth_test.cpp
616
want.
RemoveFlags
(Want::FLAG_ABILITY_CONTINUATION);
in HWTEST_F()
642
want.
RemoveFlags
(Want::FLAG_ABILITY_CONTINUATION);
in HWTEST_F()
805
want.
RemoveFlags
(Want::FLAG_ABILITY_CONTINUATION);
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_service.cpp
3248
want->
RemoveFlags
(OHOS::AAFwk::Want::FLAG_INSTALL_ON_DEMAND);
in StartLocalAbility()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H
A
D
distributed_want_test.cpp
1434
* @tc.name: SetFlags/AddFlags/GetFlags/
RemoveFlags
1435
* @tc.desc: Verify SetFlags/AddFlags/GetFlags/
RemoveFlags
.
1449
want_->
RemoveFlags
(flags);
in HWTEST_F()
/foundation/ability/ability_base/test/unittest/want/
H
A
D
want_test.cpp
1800
* @tc.name: SetFlags/AddFlags/GetFlags/
RemoveFlags
1801
* @tc.desc: Verify SetFlags/AddFlags/GetFlags/
RemoveFlags
.
1814
want_->
RemoveFlags
(flags);
in HWTEST_F()
Completed in 30 milliseconds