Home
last modified time | relevance | path

Searched refs:RemoveFlags (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfirst_fuzzer/
H A Dwantfirst_fuzzer.cpp44 want->RemoveFlags(flags); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_operation.h107 void RemoveFlags(unsigned int flags);
H A Ddistributed_want.h144 void RemoveFlags(unsigned int flag);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Doperation.h110 void RemoveFlags(unsigned int flags);
H A Dwant.h164 void RemoveFlags(unsigned int flags);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_operation.cpp118 void DistributedOperation::RemoveFlags(unsigned int flags) in RemoveFlags() function in OHOS::DistributedSchedule::DistributedOperation
H A Ddistributed_want.cpp164 void DistributedWant::RemoveFlags(unsigned int flags) in RemoveFlags() function in OHOS::DistributedSchedule::DistributedWant
166 operation_.RemoveFlags(flags); in RemoveFlags()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Doperation.cpp179 void Operation::RemoveFlags(unsigned int flags) in RemoveFlags() function in OHOS::AAFwk::Operation
H A Dwant.cpp185 void Want::RemoveFlags(unsigned int flags) in RemoveFlags() function in OHOS::AAFwk::Want
187 operation_.RemoveFlags(flags); in RemoveFlags()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp52 want->RemoveFlags(flags); in DoSomethingInterestingWithMyApiDistributedWant001()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp555 want.RemoveFlags(Want::FLAG_ABILITY_CONTINUATION);
581 want.RemoveFlags(Want::FLAG_ABILITY_CONTINUATION);
744 want.RemoveFlags(Want::FLAG_ABILITY_CONTINUATION);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2972 want->RemoveFlags(OHOS::AAFwk::Want::FLAG_INSTALL_ON_DEMAND); in StartLocalAbility()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1463 want_->RemoveFlags(flags);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp1814 want_->RemoveFlags(flags);