/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/frame_rate/ |
H A D | frame_rate_manager.cpp | 23 void FrameRateManager::SetIsRateChanged(bool isChanged) in SetIsRateChanged() argument 25 isRateChanged_ = isChanged; in SetIsRateChanged()
|
H A D | frame_rate_manager.h | 40 void SetIsRateChanged(bool isChanged);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/ |
H A D | text_declaration.h | 134 void SetIsChanged(bool isChanged) in SetIsChanged() argument 136 isChanged_ = isChanged; in SetIsChanged()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_render_params.cpp | 213 void RSRenderParams::SetDrawingCacheChanged(bool isChanged, bool lastFrameSynced) in SetDrawingCacheChanged() argument 219 if (isDrawingCacheChanged_ == isChanged) { in SetDrawingCacheChanged() 222 isDrawingCacheChanged_ = isChanged; in SetDrawingCacheChanged() 225 needSync_ = needSync_ || (isDrawingCacheChanged_ || (isDrawingCacheChanged_ != isChanged)); in SetDrawingCacheChanged() 226 isDrawingCacheChanged_ = isDrawingCacheChanged_ || isChanged; in SetDrawingCacheChanged()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_selector.h | 94 bool isChanged = baseOffset != destinationOffset || base != destination; in Update() local 97 if (isChanged) { in Update()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/ |
H A D | lnn_distributed_net_ledger_common.h | 92 bool isChanged; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_utils.h | 42 static int SelectServerObserver(sqlite3 *db, const std::string &tableName, bool isChanged);
|
H A D | sqlite_relational_utils.cpp | 355 int SQLiteRelationalUtils::SelectServerObserver(sqlite3 *db, const std::string &tableName, bool isChanged) in SelectServerObserver() argument 361 if (isChanged) { in SelectServerObserver()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_pattern.h | 258 void SetFoldStatusChanged(bool isChanged) in SetFoldStatusChanged() argument 260 isFoldStatusChanged_ = isChanged; in SetFoldStatusChanged() 266 void SetRotateStatusChanged(bool isChanged) in SetRotateStatusChanged() argument 268 isRotateStatusChanged_ = isChanged; in SetRotateStatusChanged()
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_component.cpp | 161 void TextComponent::SetIsChanged(bool isChanged) in SetIsChanged() argument 163 declaration_->SetIsChanged(isChanged); in SetIsChanged()
|
H A D | text_component.h | 68 void SetIsChanged(bool isChanged);
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | accessibility_ut_helper.h | 366 void ChangePackage(bool isChanged) in ChangePackage() argument 368 isPackageChanged_ = isChanged; in ChangePackage()
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/ |
H A D | accessibility_module_test_helper.h | 366 void ChangePackage(bool isChanged) in ChangePackage() argument 368 isPackageChanged_ = isChanged; in ChangePackage()
|
/foundation/barrierfree/accessibility/services/test/xts/inc/ |
H A D | accessibility_ut_helper.h | 366 void ChangePackage(bool isChanged) in ChangePackage() argument 368 isPackageChanged_ = isChanged; in ChangePackage()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | ienhance_service.h | 121 * @param isChanged - is gateway changed situation 124 virtual ErrCode IsGatewayChanged(bool &isChanged) = 0;
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | audio_capturer_unit_test.cpp | 1932 bool isChanged = audioCapturer->IsDeviceChanged(newDeviceInfo); in HWTEST() local 1933 EXPECT_EQ(isChanged, true); in HWTEST() 1952 bool isChanged = audioCapturer->IsDeviceChanged(newDeviceInfo); in HWTEST() local 1953 EXPECT_EQ(isChanged, false); in HWTEST() 1973 bool isChanged = audioCapturer->IsDeviceChanged(newDeviceInfo); in HWTEST() local 1974 EXPECT_EQ(isChanged, false); in HWTEST()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_params.h | 181 void SetDrawingCacheChanged(bool isChanged, bool lastFrameSynced);
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | struct_multimodal.h | 228 bool isChanged; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.cpp | 433 } else if (info.isChanged) { in RepairDatasetItems() 595 itemInfo.isChanged = true; in OperateChange()
|
H A D | lazy_for_each_builder.h | 47 bool isChanged = false; member
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 1036 infoAbility->isChanged = false; in GetNodeInfoDiscovery() 1051 infoAbility->isChanged = IsNetworkIdChanged(info, oldInfo); in GetNodeInfoDiscovery() 1196 if (infoAbility.isChanged) { in LnnAddOnlineNode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 380 void MarkContentChanged(bool isChanged) {} in MarkContentChanged() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 472 bool isChanged = false; in IsGatewayChanged() local 473 pEnhanceService->IsGatewayChanged(isChanged); in IsGatewayChanged() 474 WIFI_LOGI("IsGatewayChanged, isChanged: %{public}d", isChanged); in IsGatewayChanged() 475 return isChanged; in IsGatewayChanged()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 236 virtual void MarkContentChanged(bool isChanged) {} in MarkContentChanged() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_testtwo_ng.cpp | 49 textFieldEventHub->SetOnEditChanged([](bool isChanged) { in HWTEST_F() 50 isChanged = true; in HWTEST_F()
|