Searched refs:isOptSuc (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dhcp/interfaces/inner_api/include/ |
H A D | dhcp_define.h | 132 bool isOptSuc; /* get result */ member 154 isOptSuc = false; in DhcpResult()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_callback_proxy.cpp | 43 data.WriteBool(result.isOptSuc); in OnIpSuccessChanged() 123 data.WriteBool(result.isOptSuc); in OnDhcpOfferReport()
|
H A D | dhcp_client_service_impl.cpp | 402 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 D | dhcp_client_callback_proxy_lite.cpp | 51 (void)WriteBool(&data, result.isOptSuc); in OnIpSuccessChanged()
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_event.cpp | 88 dhcpResult.isOptSuc = result.isOptSuc; in OnIpSuccessChanged() 127 dhcpResult.isOptSuc = result.isOptSuc; in OnDhcpOfferReport()
|
H A D | dhcp_client_callback_stub.cpp | 119 result.isOptSuc = data.ReadBool(); in RemoteOnIpSuccessChanged() 165 result.isOptSuc = data.ReadBool(); in RemoteOnDhcpOfferReport()
|
H A D | dhcp_client_callback_stub_lite.cpp | 133 (void)ReadBool(data, &result.isOptSuc); in RemoteOnIpSuccessChanged()
|
/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_result_event.h | 43 bool isOptSuc; /* get result */ member
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_service_impl_test.cpp | 250 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 D | sta_state_machine.cpp | 4221 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