Home
last modified time | relevance | path

Searched refs:ExecuteUpdate (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dsystem_vpn_wrapper.cpp38 void SystemVpnWrapper::ExecuteUpdate(SysVpnStageCode stage) in ExecuteUpdate() function in OHOS::nmd::SystemVpnWrapper
40 NETNATIVE_LOGI("run ExecuteUpdate stage %{public}d", stage); in ExecuteUpdate()
71 NETNATIVE_LOGE("run ExecuteUpdate failed, unknown stage %{public}d", stage); in ExecuteUpdate()
75 NETNATIVE_LOGE("run ExecuteUpdate failed"); in ExecuteUpdate()
91 ExecuteUpdate(stage); in Update()
93 std::function<void()> update = std::bind(&SystemVpnWrapper::ExecuteUpdate, shared_from_this(), stage); in Update()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dsystem_vpn_wrapper.h47 void ExecuteUpdate(SysVpnStageCode stage);

Completed in 1 milliseconds