/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | softbus_adapter_ble_conflict.h | 29 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 D | pool.h | 26 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 D | pool.h | 28 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 D | store_factory.cpp | 87 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 D | modulerunningrecord_fuzzer.cpp | 88 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 D | store_factory.h | 30 Status Close(const AppId &appId, const StoreId &storeId, bool isForce = false);
|
H A D | single_store_impl.h | 64 int32_t Close(bool isForce = false);
|
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/ |
H A D | app_running_record_test.cpp | 158 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 D | auto_cache.cpp | 214 void AutoCache::GarbageCollect(bool isForce) in GarbageCollect() argument 218 stores_.EraseIf([¤t, 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 D | store_factory.cpp | 129 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 D | module_running_record.h | 122 const sptr<IRemoteObject> &token, const bool isForce);
|
/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | dataobs_mgr_inner_ext.h | 83 void RemoveObsDeathRecipient(const sptr<IRemoteObject> &dataObserver, bool isForce = false);
|
/foundation/multimodalinput/input/intention/drag/client/include/ |
H A D | drag_client.h | 45 int32_t SetDragWindowVisible(ITunnelClient &tunnel, bool visible, bool isForce);
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_drag_manager.h | 56 virtual int32_t OnSetDragWindowVisible(bool visible, bool isForce = false) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | auto_cache.h | 66 void GarbageCollect(bool isForce);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | store_factory.h | 31 Status Close(const AppId &appId, const StoreId &storeId, bool isForce = false);
|
/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_inner_ext.cpp | 140 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 D | drag_params.cpp | 91 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 D | security_ui_extension_pattern.h | 77 void DispatchDisplayArea(bool isForce = false);
|
/foundation/multimodalinput/input/intention/frameworks/client/include/ |
H A D | intention_manager.h | 68 int32_t SetDragWindowVisible(bool visible, bool isForce = false);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | general_store_mock.h | 47 int32_t Close(bool isForce) override;
|
H A D | general_store_mock.cpp | 107 int32_t GeneralStoreMock::Close(bool isForce) in Close() argument
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | module_running_record.cpp | 234 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 D | intention_manager.cpp | 324 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 D | drag_params.h | 85 SetDragWindowVisibleParam(bool visible, bool isForce);
|