Home
last modified time | relevance | path

Searched refs:need (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.h142 void SetNeedRemoveInPush(bool need) in SetNeedRemoveInPush() argument
144 needRemoveInPush_ = need; in SetNeedRemoveInPush()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.h45 void NeedMoveFocusItem(bool need) in NeedMoveFocusItem() argument
47 needMoveFocusItem_ = need; in NeedMoveFocusItem()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_stack.cpp175 void MockNavigationStack::SetNeedBuildNewInstance(int32_t index, bool need) in SetNeedBuildNewInstance() argument
180 mockPathArray_[index].needBuildNewInstance = need; in SetNeedBuildNewInstance()
H A Dmock_navigation_stack.h143 void SetNeedBuildNewInstance(int32_t index, bool need) override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.h114 void SetNeedBuildNewInstance(int32_t index, bool need) override;
154 void SetNeedUpdatePathInfo(int32_t index, bool need);
H A Djs_navigation_stack.cpp956 void JSNavigationStack::SetNeedUpdatePathInfo(int32_t index, bool need) in SetNeedUpdatePathInfo() argument
963 path->SetProperty<bool>("needUpdate", need); in SetNeedUpdatePathInfo()
1009 void JSNavigationStack::SetNeedBuildNewInstance(int32_t index, bool need) in SetNeedBuildNewInstance() argument
1016 pathInfo->SetProperty<bool>("needBuildNewInstance", need); in SetNeedBuildNewInstance()
/applications/standard/systemui/
H A Dgradlew.bat95 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat94 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.h216 virtual void SetNeedBuildNewInstance(int32_t index, bool need) {} in SetNeedBuildNewInstance() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.h212 void UpdateNeedDivider(bool need);
H A Dmenu_item_pattern.cpp425 // select overlay menu no need focus in ShowSubMenuHelper()
549 // no need close for selection menu in CloseMenu()
1650 void MenuItemPattern::UpdateNeedDivider(bool need) in UpdateNeedDivider() argument
1656 paintProperty->UpdateNeedDivider(need); in UpdateNeedDivider()
1657 if (need) { in UpdateNeedDivider()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c853 LOGI("No wpa process need to recover."); in RecoverWifiProcess()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp411 static int32_t HandleShortPermission(bool &need) in HandleShortPermission() argument
416 need = true; in HandleShortPermission()
418 need = false; in HandleShortPermission()

Completed in 13 milliseconds