Home
last modified time | relevance | path

Searched refs:isNeedNotify (Results 1 - 18 of 18) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h110 int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) override;
113 int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify, bool isInSync);
281 int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify) const;
283 int RemoveDeviceDataNormally(const std::string &hashDev, bool isNeedNotify);
310 int RemoveDeviceDataInner(const std::string &hashDev, bool isNeedNotify);
H A Dsqlite_single_ver_natural_store.cpp966 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() argument
972 return RemoveDeviceData(deviceName, isNeedNotify, true); in RemoveDeviceData()
992 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify, bool isInSync) in RemoveDeviceData() argument
1015 return RemoveDeviceDataInner(hashDeviceId, isNeedNotify); in RemoveDeviceData()
1033 int SQLiteSingleVerNaturalStore::RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify) const in RemoveDeviceDataInCacheMode()
1042 LOGI("Remove device data in cache mode isNeedNotify:%d, recordVersion:%" PRIu64, isNeedNotify, recordVersion); in RemoveDeviceDataInCacheMode()
1043 errCode = handle->RemoveDeviceDataInCacheMode(hashDev, isNeedNotify, recordVersion); in RemoveDeviceDataInCacheMode()
1051 int SQLiteSingleVerNaturalStore::RemoveDeviceDataNormally(const std::string &hashDev, bool isNeedNotify) in RemoveDeviceDataNormally() argument
1061 if (isNeedNotify) { in RemoveDeviceDataNormally()
[all...]
H A Dsqlite_single_ver_natural_store_extend.cpp461 int SQLiteSingleVerNaturalStore::RemoveDeviceDataInner(const std::string &hashDev, bool isNeedNotify) in RemoveDeviceDataInner() argument
499 errCode = RemoveDeviceDataInCacheMode(hashDev, isNeedNotify); in RemoveDeviceDataInner()
501 errCode = RemoveDeviceDataNormally(hashDev, isNeedNotify); in RemoveDeviceDataInner()
H A Dsqlite_single_ver_storage_executor_cache.cpp81 bool isNeedNotify, uint64_t recordVersion) const in RemoveDeviceDataInCacheMode()
95 if (isNeedNotify) { in RemoveDeviceDataInCacheMode()
80 RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVersion) const RemoveDeviceDataInCacheMode() argument
H A Dsqlite_single_ver_storage_executor.h74 int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVersion) const;
/foundation/ability/form_fwk/services/include/
H A Dform_record.h76 bool isNeedNotify = true; member in OHOS::AppExecFwk::FormRecord
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h87 virtual int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp1051 bool isNeedNotify = false; in SetQosVSyncRateByPid() local
1062 isNeedNotify = true; in SetQosVSyncRateByPid()
1066 if (isNeedNotify) { in SetQosVSyncRateByPid()
1094 bool isNeedNotify = false; in SetQosVSyncRate() local
1101 isNeedNotify = true; in SetQosVSyncRate()
1104 if (isNeedNotify) { in SetQosVSyncRate()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h91 int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVersion) const;
H A Drd_single_ver_storage_executor.cpp496 int RdSingleVerStorageExecutor::RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, in RemoveDeviceDataInCacheMode() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.h75 int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) override;
H A Dvirtual_single_ver_sync_db_Interface.cpp241 int VirtualSingleVerSyncDBInterface::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h89 int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp647 bool isNeedNotify = false; in DoNotifyInNeed() local
652 isNeedNotify = isFirstDownload && !currentContext_.isNeedUpload; in DoNotifyInNeed()
654 if (!isNeedNotify) { in DoNotifyInNeed()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp1010 formRecord.isNeedNotify = false; in FilterDataByVisibleType()
1040 if (!record.isNeedNotify) { in FilterFormInstanceMapsByVisibleType()
1042 ", isNeedNotify:%{public}d, formVisibleNotifyState:%{public}d", in FilterFormInstanceMapsByVisibleType()
1043 instanceIter->formId, record.isNeedNotify, record.formVisibleNotifyState); in FilterFormInstanceMapsByVisibleType()
1079 if (!record.isNeedNotify) { in FilterEventMapsByVisibleType()
1081 ", isNeedNotify:%{public}d, formVisibleNotifyState %{public}d", in FilterEventMapsByVisibleType()
1082 *formItr, record.isNeedNotify, record.formVisibleNotifyState); in FilterEventMapsByVisibleType()
2781 formRecord.isNeedNotify = true; in UpdateProviderInfoToHost()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp601 int RelationalSyncAbleStorage::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() argument
604 (void) isNeedNotify; in RemoveDeviceData()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1305 bool isNeedNotify = isStatusBarVisible_ != isVisible; in SetIsStatusBarVisible() local
1307 GetPersistentId(), GetWindowName().c_str(), isVisible, isNeedNotify); in SetIsStatusBarVisible()
1309 if (isNeedNotify && specificCallback_ && specificCallback_->onUpdateAvoidAreaByType_) { in SetIsStatusBarVisible()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8256 bool isNeedNotify = isAINavigationBarVisible_ != isVisible; in NotifyAINavigationBarShowStatus()
8272 if (isNeedNotify) { in NotifyAINavigationBarShowStatus()

Completed in 51 milliseconds