Home
last modified time | relevance | path

Searched refs:receive_type (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf10 <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf10 <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
15 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhcom_util.cc254 bool HcomUtil::GetHcomReceiveType(const AnfNodePtr &anf_node, TypeId *receive_type) { in GetHcomReceiveType() argument
256 MS_EXCEPTION_IF_NULL(receive_type); in GetHcomReceiveType()
260 *receive_type = GetValue<NumberPtr>(primitive->GetAttr("dtype"))->type_id(); in GetHcomReceiveType()
Dhcom_util.h73 static bool GetHcomReceiveType(const AnfNodePtr &anf_node, TypeId *receive_type);