/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.h | 110 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 D | sqlite_single_ver_natural_store.cpp | 966 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 D | sqlite_single_ver_natural_store_extend.cpp | 461 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 D | sqlite_single_ver_storage_executor_cache.cpp | 81 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 D | sqlite_single_ver_storage_executor.h | 74 int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVersion) const;
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_record.h | 76 bool isNeedNotify = true; member in OHOS::AppExecFwk::FormRecord
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | sync_generic_interface.h | 87 virtual int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() argument
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_distributor.cpp | 1051 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 D | rd_single_ver_storage_executor.h | 91 int RemoveDeviceDataInCacheMode(const std::string &hashDev, bool isNeedNotify, uint64_t recordVersion) const;
|
H A D | rd_single_ver_storage_executor.cpp | 496 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 D | virtual_single_ver_sync_db_Interface.h | 75 int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) override;
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 241 int VirtualSingleVerSyncDBInterface::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 89 int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer_extend.cpp | 647 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 D | form_mgr_adapter.cpp | 1010 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 D | relational_sync_able_storage.cpp | 601 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 D | scene_session.cpp | 1305 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 D | scene_session_manager.cpp | 8256 bool isNeedNotify = isAINavigationBarVisible_ != isVisible; in NotifyAINavigationBarShowStatus() 8272 if (isNeedNotify) { in NotifyAINavigationBarShowStatus()
|