Home
last modified time | relevance | path

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

/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h132 bool isOptSuc; /* get result */ member
154 isOptSuc = false; in DhcpResult()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp43 data.WriteBool(result.isOptSuc); in OnIpSuccessChanged()
123 data.WriteBool(result.isOptSuc); in OnDhcpOfferReport()
H A Ddhcp_client_service_impl.cpp402 result.isOptSuc = true; in DhcpIpv4ResultSuccess()
420 ifname.c_str(), result.iptype, result.isOptSuc, result.strYourCli.c_str(), result.strServer.c_str(), in DhcpIpv4ResultSuccess()
449 result.isOptSuc = true; in DhcpOfferResultSuccess()
484 result.isOptSuc = false; in DhcpIpv4ResultFail()
488 DHCP_LOGI("DhcpIpv4ResultFail ifname:%{public}s result.isOptSuc:false!", ifname.c_str()); in DhcpIpv4ResultFail()
576 result.isOptSuc = true; in DhcpIpv6ResulCallback()
597 ifname.c_str(), result.iptype, result.isOptSuc, result.strYourCli.c_str(), result.strServer.c_str(), in DhcpIpv6ResulCallback()
H A Ddhcp_client_callback_proxy_lite.cpp51 (void)WriteBool(&data, result.isOptSuc); in OnIpSuccessChanged()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp88 dhcpResult.isOptSuc = result.isOptSuc; in OnIpSuccessChanged()
127 dhcpResult.isOptSuc = result.isOptSuc; in OnDhcpOfferReport()
H A Ddhcp_client_callback_stub.cpp119 result.isOptSuc = data.ReadBool(); in RemoteOnIpSuccessChanged()
165 result.isOptSuc = data.ReadBool(); in RemoteOnDhcpOfferReport()
H A Ddhcp_client_callback_stub_lite.cpp133 (void)ReadBool(data, &result.isOptSuc); in RemoteOnIpSuccessChanged()
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h43 bool isOptSuc; /* get result */ member
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp250 result.isOptSuc = true; in HWTEST_F()
264 result.isOptSuc = true; in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp4221 dest->isOptSuc = source->isOptSuc; in SaveDhcpResult()
4325 LOGI("iptype=%{public}d, isOptSuc=%{public}d, clientip =%{private}s, serverip=%{private}s, subnet=%{private}s", in OnSuccess()
4326 result->iptype, result->isOptSuc, result->strOptClientId, result->strOptServerId, result->strOptSubnet); in OnSuccess()

Completed in 12 milliseconds