Searched refs:OnNetConnectionPropertiesChange (Results 1 – 5 of 5) sorted by relevance
30 &NetConnCallbackStub::OnNetConnectionPropertiesChange; in NetConnCallbackStub()132 int32_t NetConnCallbackStub::OnNetConnectionPropertiesChange(MessageParcel &data, MessageParcel &re… in OnNetConnectionPropertiesChange() function in OHOS::NetManagerStandard::NetConnCallbackStub
80 void OnNetConnectionPropertiesChange(void (*callback)(int32_t, CConnectionProperties));
47 int32_t OnNetConnectionPropertiesChange(MessageParcel &data, MessageParcel &reply);
94 void NetConnectionProxy::OnNetConnectionPropertiesChange(void (*callback)(int32_t, CConnectionPrope… in OnNetConnectionPropertiesChange() function in OHOS::NetManagerStandard::NetConnectionProxy
442 instance->OnNetConnectionPropertiesChange(callback); in CJ_OnNetConnectionPropertiesChange()