Home
last modified time | relevance | path

Searched refs:DhcpResultParcel (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Ddhcp_result_parcel.cpp20 DhcpResultParcel::DhcpResultParcel() {} in DhcpResultParcel() function in OHOS::NetsysNative::DhcpResultParcel
22 bool DhcpResultParcel::Marshalling(Parcel &parcel) const in Marshalling()
35 sptr<DhcpResultParcel> DhcpResultParcel::Unmarshalling(Parcel &parcel) in Unmarshalling()
37 sptr<DhcpResultParcel> ptr = new (std::nothrow) DhcpResultParcel(); in Unmarshalling()
H A Dnotify_callback_proxy.cpp281 int32_t NotifyCallbackProxy::OnDhcpSuccess(sptr<DhcpResultParcel> &dhcpResult) in OnDhcpSuccess()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_result_parcel_test.cpp32 DhcpResultParcel GetDhcpResultParcelData() in GetDhcpResultParcelData()
34 DhcpResultParcel info; in GetDhcpResultParcelData()
65 DhcpResultParcel dhcpResultParcel = GetDhcpResultParcelData(); in HWTEST_F()
70 sptr<DhcpResultParcel> resultParcel = DhcpResultParcel::Unmarshalling(parcel); in HWTEST_F()
H A Dnotify_callback_proxy_test.cpp113 sptr<DhcpResultParcel> dhcpResult = new (std::nothrow) DhcpResultParcel; in HWTEST_F()
H A Dnotify_callback_stub_test.cpp240 sptr<DhcpResultParcel> dhcpResult = new (std::nothrow) DhcpResultParcel; in HWTEST_F()
H A Dnetsys_native_client_test.cpp324 sptr<OHOS::NetsysNative::DhcpResultParcel> dhcpResult = new (std::nothrow) OHOS::NetsysNative::DhcpResultParcel(); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Ddhcp_result_parcel.h23 struct DhcpResultParcel : public Parcelable { struct
24 DhcpResultParcel();
25 ~DhcpResultParcel() {} in ~DhcpResultParcel()
36 static sptr<DhcpResultParcel> Unmarshalling(Parcel &parcel);
H A Dnotify_callback_proxy.h37 int32_t OnDhcpSuccess(sptr<DhcpResultParcel> &dhcpResult) override;
H A Di_notify_callback.h44 virtual int32_t OnDhcpSuccess(sptr<DhcpResultParcel> &dhcpResult) = 0;
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp76 int32_t TestNotifyCallback::OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) in OnDhcpSuccess()
H A Dtest_notify_callback.h34 int32_t OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) override;
/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_notify_callback_test.h63 int32_t OnDhcpSuccess(sptr<DhcpResultParcel> &dhcpResult) override
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp108 sptr<OHOS::NetsysNative::DhcpResultParcel> ptr = new (std::nothrow) OHOS::NetsysNative::DhcpResultParcel(); in Process()
H A Dnotify_callback_stub.cpp171 static sptr<DhcpResultParcel> dhcpResult = DhcpResultParcel::Unmarshalling(data); in CmdDhcpSuccess()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp44 int32_t OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) override;
138 int32_t NetlinkNativeNotifyCallBack::OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) in OnDhcpSuccess()
H A Dwrapper_distributor_test.cpp103 int32_t OnDhcpSuccess(sptr<DhcpResultParcel> &dhcpResult) override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_native_client.h53 int32_t OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) override;
999 void ProcessDhcpResult(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult);
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp160 int32_t NetsysNativeClient::NativeNotifyCallback::OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) in OnDhcpSuccess()
1137 void NetsysNativeClient::ProcessDhcpResult(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) in ProcessDhcpResult()

Completed in 11 milliseconds