Home
last modified time | relevance | path

Searched refs:isForce (Results 1 - 25 of 40) sorted by relevance

12

/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_conflict.h29 void (*disconnect)(int32_t underlayerHandle, bool isForce);
49 void LegacyConflictDisconnect(int32_t underlayerHandle, bool isForce);
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dpool.h26 std::shared_ptr<T> Get(bool isForce = false) in Get()
30 if (!isForce && current_ >= capability_) { in Get()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpool.h28 std::shared_ptr<T> Get(bool isForce = false) in Get()
32 if (!isForce && current_ >= capability_) { in Get()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp87 Status StoreFactory::Close(const AppId &appId, const StoreId &storeId, bool isForce) in Close() argument
90 stores_.ComputeIfPresent(appId, [&storeId, &status, isForce](auto &, auto &values) { in Close()
98 auto ref = it->second->Close(isForce); in Close()
/foundation/ability/ability_runtime/test/fuzztest/modulerunningrecord_fuzzer/
H A Dmodulerunningrecord_fuzzer.cpp88 bool isForce = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
90 moduleRecord.TerminateAbility(appRunningRecord, token, isForce); in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_factory.h30 Status Close(const AppId &appId, const StoreId &storeId, bool isForce = false);
H A Dsingle_store_impl.h64 int32_t Close(bool isForce = false);
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dapp_running_record_test.cpp158 bool isForce = true; in HWTEST_F() local
169 appRunningRecord->TerminateAbility(token, isForce); in HWTEST_F()
181 bool isForce = true; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp214 void AutoCache::GarbageCollect(bool isForce) in GarbageCollect() argument
218 stores_.EraseIf([&current, isForce, isScreenLocked](auto &key, std::map<std::string, Delegate> &delegates) { in GarbageCollect()
221 if ((!isScreenLocked || it->second.GetArea() < GeneralStore::EL4) && (isForce || it->second < current) && in GarbageCollect()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp129 Status StoreFactory::Close(const AppId &appId, const StoreId &storeId, bool isForce) in Close() argument
132 stores_.ComputeIfPresent(appId, [&storeId, &status, isForce](auto &, auto &values) { in Close()
140 auto ref = it->second->Close(isForce); in Close()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dmodule_running_record.h122 const sptr<IRemoteObject> &token, const bool isForce);
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Ddataobs_mgr_inner_ext.h83 void RemoveObsDeathRecipient(const sptr<IRemoteObject> &dataObserver, bool isForce = false);
/foundation/multimodalinput/input/intention/drag/client/include/
H A Ddrag_client.h45 int32_t SetDragWindowVisible(ITunnelClient &tunnel, bool visible, bool isForce);
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_drag_manager.h56 virtual int32_t OnSetDragWindowVisible(bool visible, bool isForce = false) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h66 void GarbageCollect(bool isForce);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_factory.h31 Status Close(const AppId &appId, const StoreId &storeId, bool isForce = false);
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_inner_ext.cpp140 void DataObsMgrInnerExt::RemoveObsDeathRecipient(const sptr<IRemoteObject> &dataObserver, bool isForce) in RemoveObsDeathRecipient() argument
147 if (isForce || it->second->ref <= 1) { in RemoveObsDeathRecipient()
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp91 SetDragWindowVisibleParam::SetDragWindowVisibleParam(bool visible, bool isForce) in SetDragWindowVisibleParam() argument
92 : visible_(visible), isForce_(isForce) in SetDragWindowVisibleParam()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.h77 void DispatchDisplayArea(bool isForce = false);
/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h68 int32_t SetDragWindowVisible(bool visible, bool isForce = false);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.h47 int32_t Close(bool isForce) override;
H A Dgeneral_store_mock.cpp107 int32_t GeneralStoreMock::Close(bool isForce) in Close() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodule_running_record.cpp234 const sptr<IRemoteObject> &token, const bool isForce) in TerminateAbility()
249 if (!isForce) { in TerminateAbility()
233 TerminateAbility(const std::shared_ptr<AppRunningRecord> &appRecord, const sptr<IRemoteObject> &token, const bool isForce) TerminateAbility() argument
/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp324 int32_t IntentionManager::SetDragWindowVisible(bool visible, bool isForce) in SetDragWindowVisible() argument
327 return drag_.SetDragWindowVisible(*tunnel_, visible, isForce); in SetDragWindowVisible()
/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h85 SetDragWindowVisibleParam(bool visible, bool isForce);

Completed in 13 milliseconds

12