Home
last modified time | relevance | path

Searched refs:needSync (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c302 *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 Dlnn_network_info_test.cpp336 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 Dscb_system_session.cpp247 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 Dscene_session.cpp5359 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 Dcapture_request.cpp74 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 Dform_renderer_dispatcher_impl.cpp147 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 Drepeat_virtual_scroll_node.cpp87 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 Dscb_system_session.h42 void SyncScenePanelGlobalPosition(bool needSync) override;
H A Dscene_session.h197 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 Dcapture_request.h70 std::atomic<bool> needSync = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp339 void RSRenderParams::SetNeedSync(bool needSync) in SetNeedSync() argument
341 needSync_ = needSync; in SetNeedSync()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp615 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 Dnative_engine.h73 using PostTask = std::function<void(bool needSync)>;
111 virtual void Loop(LoopMode mode, bool needSync = false);
H A Dnative_engine.cpp274 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 Drs_surface_capture_task_parallel.cpp70 bool needSync = RSMainThread::Instance()->IsOcclusionNodesNeedSync(id, useCurWindow) || in CheckModifiers() local
72 if (!needSync) { in CheckModifiers()
H A Drs_main_thread.cpp3790 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 Drs_uifirst_manager.cpp571 …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 Drs_render_params.h99 void SetNeedSync(bool needSync);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp2108 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 Dark_native_engine.h154 void Loop(LoopMode mode, bool needSync = false) override;
H A Dark_native_engine.cpp1091 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 Djsi_declarative_engine.cpp1249 …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 Drs_render_node.h682 void SetUifirstSyncFlag(bool needSync);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3105 …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 Djs_scene_session.cpp4901 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()

12