Home
last modified time | relevance | path

Searched refs:needFix (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h251 void MarkNeedCenterFix(bool needFix) in MarkNeedCenterFix() argument
253 needCenterFix_ = needFix; in MarkNeedCenterFix()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h273 void MarkNeedCenterFix(bool needFix) in MarkNeedCenterFix() argument
275 needCenterFix_ = needFix; in MarkNeedCenterFix()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1081 bool needFix = false; in ProcessNoAvailableInterface() local
1083 LinkManager::GetInstance().ForEach([remoteDeviceId, myRole, &needFix](InnerLink &link) { in ProcessNoAvailableInterface()
1088 needFix = true; in ProcessNoAvailableInterface()
1093 if (needFix) { in ProcessNoAvailableInterface()