Searched refs:RemoveOption (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_option_test.cpp | 134 EXPECT_EQ(RET_ERROR, RemoveOption(NULL, DOMAIN_NAME_SERVER_OPTION)); 135 EXPECT_EQ(RET_FAILED, RemoveOption(&options, DOMAIN_NAME_SERVER_OPTION)); 136 EXPECT_EQ(RET_SUCCESS, RemoveOption(&options, ROUTER_OPTION)); 137 EXPECT_EQ(RET_FAILED, RemoveOption(&options, ROUTER_OPTION));
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_option.h | 57 int RemoveOption(PDhcpOptionList pOptions, uint8_t code);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/ |
H A D | menu_component.cpp | 33 void MenuComponent::RemoveOption(const RefPtr<OptionComponent>& option) in RemoveOption() function in OHOS::Ace::MenuComponent
|
H A D | menu_component.h | 83 void RemoveOption(const RefPtr<OptionComponent>& option);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_menu.cpp | 62 menuChild_->RemoveOption(option); in OnChildNodeRemoved()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_config.cpp | 147 RemoveOption(&dhcpConfig->options, optDns.code); in SetDnsInfo()
|
H A D | dhcp_dhcpd.cpp | 171 RemoveOption(&config->options, DOMAIN_NAME_SERVER_OPTION); in InitDomainNameServer()
|
H A D | dhcp_option.cpp | 142 int RemoveOption(PDhcpOptionList pOptions, uint8_t code) in RemoveOption() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_pattern.h | 284 void RemoveOption();
|
H A D | menu_pattern.cpp | 585 RemoveOption(); in UpdateSelectParam() 848 void MenuPattern::RemoveOption() in RemoveOption() function in OHOS::Ace::NG::MenuPattern
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_service_ability_other_test.cpp | 1442 printerCaps.RemoveOption("testOption");
|