/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_network_info_test.cpp | 336 bool needSync = false; in HWTEST_F() local 337 GetNetworkCapability(SOFTBUS_WIFI_OBTAINING_IPADDR, &capability, &needSync); in HWTEST_F() 338 EXPECT_EQ(needSync, false); in HWTEST_F() 339 GetNetworkCapability(SOFTBUS_WIFI_ENABLED, &capability, &needSync); in HWTEST_F() 340 EXPECT_EQ(needSync, true); in HWTEST_F() 341 GetNetworkCapability(SOFTBUS_WIFI_CONNECTED, &capability, &needSync); in HWTEST_F() 342 EXPECT_EQ(needSync, true); in HWTEST_F() 343 GetNetworkCapability(SOFTBUS_WIFI_DISCONNECTED, &capability, &needSync); in HWTEST_F() 344 EXPECT_EQ(needSync, true); in HWTEST_F() 345 GetNetworkCapability(SOFTBUS_WIFI_DISABLED, &capability, &needSync); in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_network_info.c | 298 static void ProcessApEnabled(uint32_t *capability, bool *needSync) in ProcessApEnabled() argument 305 *needSync = true; in ProcessApEnabled() 308 static void ProcessApDisabled(uint32_t *capability, bool *needSync) in ProcessApDisabled() argument 314 *needSync = true; in ProcessApDisabled() 317 static void GetNetworkCapability(SoftBusWifiState wifiState, uint32_t *capability, bool *needSync) in GetNetworkCapability() argument 328 *needSync = true; in GetNetworkCapability() 334 *needSync = true; in GetNetworkCapability() 338 *needSync = true; in GetNetworkCapability() 346 *needSync = true; in GetNetworkCapability() 349 ProcessApEnabled(capability, needSync); in GetNetworkCapability() 377 bool needSync = false; WifiStateEventHandler() local [all...] |
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_dispatcher_impl.cpp | 114 bool needSync = false; in DispatchSurfaceChangeEvent() 119 needSync = true; in DispatchSurfaceChangeEvent() 123 if (needSync) { in DispatchSurfaceChangeEvent() 142 if (needSync) { in DispatchSurfaceChangeEvent()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scb_system_session.cpp | 242 void SCBSystemSession::SyncScenePanelGlobalPosition(bool needSync) in SyncScenePanelGlobalPosition() argument 245 isNeedSyncGlobalPos_, needSync); in SyncScenePanelGlobalPosition() 246 isNeedSyncGlobalPos_ = needSync; in SyncScenePanelGlobalPosition()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scb_system_session.h | 41 void SyncScenePanelGlobalPosition(bool needSync) override;
|
H A D | scene_session.h | 163 virtual void SyncScenePanelGlobalPosition(bool needSync) {} in SyncScenePanelGlobalPosition() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 92 bool needSync = caches_.RebuildL1([start, end, cacheStart, cacheEnd, weak = WeakClaim(this)]( in DoSetActiveChildRange() local 122 if (needSync) { in DoSetActiveChildRange() 189 bool needSync = caches_.RebuildL1([&activeItems, &cachedItems, baseIndex, weak = WeakClaim(this)]( in DoSetActiveChildRange() local 217 if (needSync) { in DoSetActiveChildRange()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_render_params.cpp | 334 void RSRenderParams::SetNeedSync(bool needSync) in SetNeedSync() argument 336 needSync_ = needSync; in SetNeedSync()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 595 bool needSync = false; in UpdateRectForRotation() 600 needSync = true; in UpdateRectForRotation() 604 if (needSync) { in UpdateRectForRotation() 619 if (needSync) { in UpdateRectForRotation()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_engine.h | 73 using PostTask = std::function<void(bool needSync)>; 112 virtual void Loop(LoopMode mode, bool needSync = false);
|
H A D | native_engine.cpp | 282 void NativeEngine::Loop(LoopMode mode, bool needSync) in Loop() argument 306 if (needSync) { in Loop()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_surface_capture_task_parallel.cpp | 68 bool needSync = RSMainThread::Instance()->IsOcclusionNodesNeedSync(id, useCurWindow) ||
in CheckModifiers() local 70 if (!needSync) {
in CheckModifiers()
|
H A D | rs_main_thread.cpp | 3870 bool needSync = false; 3875 needSync = true; 3877 RS_TRACE_NAME_FMT("%s %u", __func__, needSync); 3878 RS_LOGD("%{public}s %{public}u", __func__, needSync); 3880 return needSync; 3903 bool needSync = false; 3911 needSync = true; 3916 needSync = true; 3919 return needSync;
|
H A D | rs_uifirst_manager.cpp | 626 static inline void SetUifirstSkipPartialSync(const std::shared_ptr<RSRenderNode> &node, bool needSync) in SetUifirstSkipPartialSync() argument 629 if (!needSync) { in SetUifirstSkipPartialSync()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_params.h | 91 void SetNeedSync(bool needSync);
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 155 void Loop(LoopMode mode, bool needSync = false) override;
|
H A D | ark_native_engine.cpp | 1087 void ArkNativeEngine::Loop(LoopMode mode, bool needSync) in Loop() argument 1090 NativeEngine::Loop(mode, needSync); in Loop()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1261 auto&& postTask = [weakDelegate, weakEngine = AceType::WeakClaim(this), id = instanceId_](bool needSync) { in SetPostTask() 1267 [weakEngine, needSync, id]() { in SetPostTask() 1277 nativeEngine->Loop(LOOP_NOWAIT, needSync); in SetPostTask()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node.h | 686 void SetUifirstSyncFlag(bool needSync);
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 3105 auto&& postTask = [weakDelegate, weakEngine = AceType::WeakClaim(this), id = instanceId_](bool needSync) { in SetPostTask() 3113 [weakEngine, needSync, id]() { in SetPostTask() 3124 nativeEngine->Loop(LOOP_NOWAIT, needSync); in SetPostTask()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 2239 void RSRenderNode::SetUifirstSyncFlag(bool needSync) in SetUifirstSyncFlag() argument 2241 uifirstNeedSync_ = needSync; in SetUifirstSyncFlag()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 4148 auto task = [weak = WeakClaim(this), needSync = needSyncRsNode, dirtyConfig = config]() { in Layout() 4151 frameNode->SyncGeometryNode(needSync, dirtyConfig); in Layout()
|