Home
last modified time | relevance | path

Searched refs:RemoveOption (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_option_test.cpp134 EXPECT_EQ(RET_ERROR, RemoveOption(NULL, DOMAIN_NAME_SERVER_OPTION)); in HWTEST_F()
135 EXPECT_EQ(RET_FAILED, RemoveOption(&options, DOMAIN_NAME_SERVER_OPTION)); in HWTEST_F()
136 EXPECT_EQ(RET_SUCCESS, RemoveOption(&options, ROUTER_OPTION)); in HWTEST_F()
137 EXPECT_EQ(RET_FAILED, RemoveOption(&options, ROUTER_OPTION)); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_option.h57 int RemoveOption(PDhcpOptionList pOptions, uint8_t code);
/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.cpp33 void MenuComponent::RemoveOption(const RefPtr<OptionComponent>& option) in RemoveOption() function in OHOS::Ace::MenuComponent
H A Dmenu_component.h83 void RemoveOption(const RefPtr<OptionComponent>& option);
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.cpp62 menuChild_->RemoveOption(option); in OnChildNodeRemoved()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_dhcpd.cpp171 RemoveOption(&config->options, DOMAIN_NAME_SERVER_OPTION); in InitDomainNameServer()
H A Ddhcp_config.cpp147 RemoveOption(&dhcpConfig->options, optDns.code); in SetDnsInfo()
H A Ddhcp_option.cpp142 int RemoveOption(PDhcpOptionList pOptions, uint8_t code) in RemoveOption() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.h285 void RemoveOption();
H A Dmenu_pattern.cpp583 RemoveOption(); in UpdateSelectParam()
848 void MenuPattern::RemoveOption() in RemoveOption() function in OHOS::Ace::NG::MenuPattern

Completed in 8 milliseconds