/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_network_info.c | 302 *needSync = true; in ProcessApEnabled() 311 *needSync = true; in ProcessApDisabled() 325 *needSync = true; in GetNetworkCapability() 331 *needSync = true; in GetNetworkCapability() 335 *needSync = true; in GetNetworkCapability() 343 *needSync = true; in GetNetworkCapability() 346 ProcessApEnabled(capability, needSync); in GetNetworkCapability() 349 ProcessApDisabled(capability, needSync); in GetNetworkCapability() 354 *needSync = true; in GetNetworkCapability() 374 bool needSync = false; in WifiStateEventHandler() local [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_network_info_test.cpp | 336 bool needSync = false; variable 338 EXPECT_EQ(needSync, false); 340 EXPECT_EQ(needSync, true); 342 EXPECT_EQ(needSync, true); 344 EXPECT_EQ(needSync, true); 346 EXPECT_EQ(needSync, true); 347 GetNetworkCapability(SOFTBUS_AP_ENABLED, &capability, &needSync); 348 EXPECT_EQ(needSync, true); 350 EXPECT_EQ(needSync, true); 352 EXPECT_EQ(needSync, true); [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scb_system_session.cpp | 247 void SCBSystemSession::SyncScenePanelGlobalPosition(bool needSync) in SyncScenePanelGlobalPosition() argument 250 isNeedSyncGlobalPos_, needSync); in SyncScenePanelGlobalPosition() 251 if (isNeedSyncGlobalPos_ != needSync) { in SyncScenePanelGlobalPosition() 252 isNeedSyncGlobalPos_ = needSync; in SyncScenePanelGlobalPosition()
|
H A D | scene_session.cpp | 5359 void SceneSession::SetNeedSyncSessionRect(bool needSync) in SetNeedSyncSessionRect() argument 5361 auto task = [weakThis = wptr(this), needSync]() -> void { in SetNeedSyncSessionRect() 5369 session->isNeedSyncSessionRect_, needSync, session->GetPersistentId()); in SetNeedSyncSessionRect() 5370 session->isNeedSyncSessionRect_ = needSync; in SetNeedSyncSessionRect()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | capture_request.cpp | 74 semp_->needSync = false; in DisableSync() 76 semr_->needSync = false; in DisableSync() 166 if (!needSync) { in Sync()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_dispatcher_impl.cpp | 147 bool needSync = false; in HandleSurfaceChangeEvent() local 152 needSync = true; in HandleSurfaceChangeEvent() 156 if (needSync) { in HandleSurfaceChangeEvent() 175 if (needSync) { in HandleSurfaceChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 87 bool needSync = caches_.RebuildL1([start, end, cacheStart, cacheEnd, this]( in DoSetActiveChildRange() local 114 if (needSync) { in DoSetActiveChildRange() 218 bool needSync = in DoSetActiveChildRange() local 243 if (needSync) { in DoSetActiveChildRange()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scb_system_session.h | 42 void SyncScenePanelGlobalPosition(bool needSync) override;
|
H A D | scene_session.h | 197 virtual void SyncScenePanelGlobalPosition(bool needSync) {} in SyncScenePanelGlobalPosition() argument 198 void SetNeedSyncSessionRect(bool needSync);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
H A D | capture_request.h | 70 std::atomic<bool> needSync = true; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_render_params.cpp | 339 void RSRenderParams::SetNeedSync(bool needSync) in SetNeedSync() argument 341 needSync_ = needSync; in SetNeedSync()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 615 bool needSync = false; in UpdateRectForRotation() local 620 needSync = true; in UpdateRectForRotation() 624 if (needSync) { in UpdateRectForRotation() 639 if (needSync) { in UpdateRectForRotation()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.h | 73 using PostTask = std::function<void(bool needSync)>; 111 virtual void Loop(LoopMode mode, bool needSync = false);
|
H A D | native_engine.cpp | 274 void NativeEngine::Loop(LoopMode mode, bool needSync) in Loop() argument 298 if (needSync) { in Loop()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_surface_capture_task_parallel.cpp | 70 bool needSync = RSMainThread::Instance()->IsOcclusionNodesNeedSync(id, useCurWindow) || in CheckModifiers() local 72 if (!needSync) { in CheckModifiers()
|
H A D | rs_main_thread.cpp | 3790 bool needSync = false; in IsHardwareEnabledNodesNeedSync() local 3795 needSync = true; in IsHardwareEnabledNodesNeedSync() 3799 RS_TRACE_NAME_FMT("%s %u", __func__, needSync); in IsHardwareEnabledNodesNeedSync() 3800 RS_LOGD("%{public}s %{public}u", __func__, needSync); in IsHardwareEnabledNodesNeedSync() 3802 return needSync; in IsHardwareEnabledNodesNeedSync() 3825 bool needSync = false; in IsOcclusionNodesNeedSync() local 3833 needSync = true; in IsOcclusionNodesNeedSync() 3838 needSync = true; in IsOcclusionNodesNeedSync() 3841 return needSync; in IsOcclusionNodesNeedSync()
|
H A D | rs_uifirst_manager.cpp | 571 …tic inline void SetUifirstSkipPartialSync(const std::shared_ptr<RSRenderNode> &node, bool needSync) in SetUifirstSkipPartialSync() argument 574 if (!needSync) { in SetUifirstSkipPartialSync()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_params.h | 99 void SetNeedSync(bool needSync);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 2108 auto needSync = cloudInfo_->Change(table); in DoCloudSync() local 2109 if (!needSync) { in DoCloudSync() 2391 bool needSync = false; in Change() local 2395 return needSync; in Change() 2398 needSync = changes_.empty(); in Change() 2405 return needSync; in Change()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 154 void Loop(LoopMode mode, bool needSync = false) override;
|
H A D | ark_native_engine.cpp | 1091 void ArkNativeEngine::Loop(LoopMode mode, bool needSync) in Loop() argument 1094 NativeEngine::Loop(mode, needSync); in Loop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1249 …postTask = [weakDelegate, weakEngine = AceType::WeakClaim(this), id = instanceId_](bool needSync) { in SetPostTask() argument 1255 [weakEngine, needSync, id]() { in SetPostTask() 1265 nativeEngine->Loop(LOOP_NOWAIT, needSync); in SetPostTask()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node.h | 682 void SetUifirstSyncFlag(bool needSync);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 3105 …postTask = [weakDelegate, weakEngine = AceType::WeakClaim(this), id = instanceId_](bool needSync) { in SetPostTask() argument 3113 [weakEngine, needSync, id]() { in SetPostTask() 3124 nativeEngine->Loop(LOOP_NOWAIT, needSync); in SetPostTask()
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 4901 bool needSync = true; in OnSetNeedSyncSessionRect() local 4902 if (!ConvertFromJsValue(env, argv[0], needSync)) { in OnSetNeedSyncSessionRect() 4908 …TLOGI(WmsLogTag::WMS_PIPELINE, "[NAPI]needSync:%{public}u, id:%{public}d", needSync, persistentId_… in OnSetNeedSyncSessionRect() 4914 session->SetNeedSyncSessionRect(needSync); in OnSetNeedSyncSessionRect()
|