/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_protect_manager.cpp | 421 bool needUpdate = false; in GetNearlyProtectMode() local 432 needUpdate = true; in GetNearlyProtectMode() 439 if (needUpdate) { in GetNearlyProtectMode() 447 bool needUpdate = false; in GetNearlyProtectMode() local 452 needUpdate = true; in GetNearlyProtectMode() 459 if (needUpdate) { in GetNearlyProtectMode()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | avoid_area_controller.cpp | 195 bool needUpdate = true; in UpdateAvoidAreaIfNeed() local 199 needUpdate = avoidAreaIter->second != avoidArea; in UpdateAvoidAreaIfNeed() 202 needUpdate = false; in UpdateAvoidAreaIfNeed() 207 needUpdate = false; in UpdateAvoidAreaIfNeed() 210 if (needUpdate) { in UpdateAvoidAreaIfNeed() 214 return needUpdate; in UpdateAvoidAreaIfNeed()
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 106 bool needUpdate; member 248 static void UpdateInfoManager(int adv, bool needUpdate) in UpdateInfoManager() argument 253 g_bleInfoManager[BLE_PUBLISH | BLE_ACTIVE].needUpdate = needUpdate; in UpdateInfoManager() 254 g_bleInfoManager[BLE_PUBLISH | BLE_PASSIVE].needUpdate = needUpdate; in UpdateInfoManager() 256 g_bleInfoManager[BLE_SUBSCRIBE | BLE_ACTIVE].needUpdate = needUpdate; in UpdateInfoManager() 257 g_bleInfoManager[BLE_SUBSCRIBE | BLE_PASSIVE].needUpdate = needUpdate; in UpdateInfoManager() 273 UpdateScannerInfoManager(int32_t type, bool needUpdate) UpdateScannerInfoManager() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 423 bool needUpdate = false; in UpdateLocalizedPadding() local 426 needUpdate = true; in UpdateLocalizedPadding() 430 needUpdate = true; in UpdateLocalizedPadding() 434 needUpdate = true; in UpdateLocalizedPadding() 438 needUpdate = true; in UpdateLocalizedPadding() 440 return needUpdate; in UpdateLocalizedPadding()
|
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | container_modal_element.h | 34 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
H A D | container_modal_element.cpp | 114 void ContainerModalElement::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_pattern_enhance.h | 31 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
|
H A D | container_modal_pattern_enhance.cpp | 160 void ContainerModalPatternEnhance::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument 169 if (needUpdate) { in ShowTitle()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 209 bool ArkJSRuntime::ExecuteModuleBuffer(const uint8_t* data, int32_t size, const std::string& filename, bool needUpdate) in ExecuteModuleBuffer() argument 214 bool ret = JSNApi::ExecuteModuleBuffer(vm_, data, size, filename, needUpdate); in ExecuteModuleBuffer() 224 bool ArkJSRuntime::EvaluateJsCode(const uint8_t* buffer, int32_t size, const std::string& filePath, bool needUpdate) in EvaluateJsCode() argument 229 bool ret = JSNApi::Execute(vm_, buffer, size, PANDA_MAIN_FUNCTION, filePath, needUpdate); in EvaluateJsCode()
|
H A D | js_runtime.h | 52 const uint8_t* buffer, int32_t size, const std::string& filePath = "", bool needUpdate = false) = 0;
|
H A D | ark_js_runtime.h | 73 const uint8_t* buffer, int32_t size, const std::string& filePath = "", bool needUpdate = false) override; 106 bool ExecuteModuleBuffer(const uint8_t *data, int32_t size, const std::string &filename, bool needUpdate = false);
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test4.cpp | 666 bool needUpdate = true; in HWTEST_F() local 667 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); in HWTEST_F() 668 EXPECT_EQ(needUpdate, false); in HWTEST_F() 676 needUpdate = true; in HWTEST_F() 677 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); in HWTEST_F() 678 EXPECT_EQ(needUpdate, false); in HWTEST_F() 682 needUpdate = true; in HWTEST_F() 683 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); in HWTEST_F() 684 EXPECT_EQ(needUpdate, false); in HWTEST_F() 687 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); in HWTEST_F() 707 bool needUpdate = true; HWTEST_F() local [all...] |
H A D | scene_session_manager_test7.cpp | 587 bool needUpdate = true;
in HWTEST_F() local 590 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
in HWTEST_F() 592 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
in HWTEST_F() 611 bool needUpdate = true;
in HWTEST_F() local 615 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
in HWTEST_F() 617 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
in HWTEST_F() 1232 bool needUpdate = true;
in HWTEST_F() local 1236 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navigation_stack.cpp | 921 bool needUpdate = GetNeedUpdatePathInfo(index); in UpdatePathInfoIfNeeded() local 922 if (!needUpdate) { in UpdatePathInfoIfNeeded() 949 auto needUpdate = path->GetProperty("needUpdate"); in GetNeedUpdatePathInfo() local 950 if (!needUpdate->IsBoolean()) { in GetNeedUpdatePathInfo() 953 return needUpdate->ToBoolean(); in GetNeedUpdatePathInfo() 963 path->SetProperty<bool>("needUpdate", need); in SetNeedUpdatePathInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 368 void SetForceUpdate(bool needUpdate) in SetForceUpdate() argument 370 needUpdate_ = needUpdate; in SetForceUpdate()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.h | 69 virtual void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
H A D | container_modal_pattern.cpp | 49 void ContainerModalPattern::ShowTitle(bool isShow, bool hasDeco, bool needUpdate)
in ShowTitle() argument 57 if (needUpdate) {
in ShowTitle()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | ohos_application.cpp | 816 bool needUpdate = true; in IsUpdateColorNeeded() local 823 needUpdate = false; in IsUpdateColorNeeded() 836 return needUpdate; in IsUpdateColorNeeded()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.h | 679 void SetNeedUpdateAccessibility(bool needUpdate) in SetNeedUpdateAccessibility() argument 681 needUpdateAccessibility_ = needUpdate; in SetNeedUpdateAccessibility() 683 child->SetNeedUpdateAccessibility(needUpdate); in SetNeedUpdateAccessibility()
|
/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | audio_sink.cpp | 524 bool needUpdate = forceUpdateTimeAnchorNextTime_ || in UpdateTimeAnchorIfNeeded() local 527 if (!needUpdate) { in UpdateTimeAnchorIfNeeded()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_manager.cpp | 85 bool needUpdate = (static_cast<uint32_t>(wantSenderInfo.flags) & in GetWantSenderLocked() local 105 if (needUpdate && wantSenderInfo.allWants.size() > 0) { in GetWantSenderLocked()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_record.cpp | 1932 bool needUpdate = false; in NeedUpdateConfigurationBackground() local 1941 needUpdate = true; in NeedUpdateConfigurationBackground() 1945 return needUpdate; in NeedUpdateConfigurationBackground()
|
/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_proxy.cpp | 285 bool needUpdate = reply.ReadBool(); in Connect() local 286 property->SetIsNeedUpdateWindowMode(needUpdate); in Connect() 287 if (needUpdate) { in Connect()
|
H A D | session_stub.cpp | 359 bool needUpdate = property->GetIsNeedUpdateWindowMode(); in HandleConnect() local 360 reply.WriteBool(needUpdate); in HandleConnect() 361 if (needUpdate) { in HandleConnect()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 8016 bool needUpdate = true; in UpdateSessionAvoidAreaIfNeed() local 8019 needUpdate = iter->second != avoidArea; in UpdateSessionAvoidAreaIfNeed() 8024 needUpdate = false; in UpdateSessionAvoidAreaIfNeed() 8025 return needUpdate; in UpdateSessionAvoidAreaIfNeed() 8028 if (needUpdate) { in UpdateSessionAvoidAreaIfNeed() 8033 return needUpdate; in UpdateSessionAvoidAreaIfNeed() 8036 void SceneSessionManager::UpdateAvoidSessionAvoidArea(WindowType type, bool& needUpdate) in UpdateAvoidSessionAvoidArea() argument 8049 needUpdate = needUpdate || ret; in UpdateAvoidSessionAvoidArea() 8070 const int32_t& persistentId, sptr<SceneSession>& sceneSession, bool& needUpdate) in UpdateNormalSessionAvoidArea() 8069 UpdateNormalSessionAvoidArea( const int32_t& persistentId, sptr<SceneSession>& sceneSession, bool& needUpdate) UpdateNormalSessionAvoidArea() argument [all...] |