Searched refs:OnNetLost (Results 1 – 7 of 7) sorted by relevance
31 …Map_[static_cast<uint32_t>(ConnCallbackInterfaceCode::NET_LOST)] = &NetConnCallbackStub::OnNetLost; in NetConnCallbackStub()153 int32_t NetConnCallbackStub::OnNetLost(MessageParcel &data, MessageParcel &reply) in OnNetLost() function in OHOS::NetManagerStandard::NetConnCallbackStub
82 void OnNetLost(void (*callback)(int32_t));
48 int32_t OnNetLost(MessageParcel &data, MessageParcel &reply);
99 void NetConnectionProxy::OnNetLost(void (*callback)(int32_t)) in OnNetLost() function in OHOS::NetManagerStandard::NetConnectionProxy
452 instance->OnNetLost(callback); in CJ_OnNetLost()
128 int32_t ret = instance_->OnNetLost(data, reply);
122 …"OHOS::NetManagerStandard::NetConnCallbackStub::OnNetLost(OHOS::MessageParcel&, OHOS::MessageParce…