Home
last modified time | relevance | path

Searched refs:getLowpanCredential (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/lowpan/libandroid_net_lowpan/include/android/net/lowpan/
DLowpanProvision.h49 const LowpanCredential* getLowpanCredential() const;
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
DLowpanProvision.cpp62 const LowpanCredential* LowpanProvision::getLowpanCredential() const { in getLowpanCredential() function in android::net::lowpan::LowpanProvision
/frameworks/base/lowpan/java/android/net/lowpan/
DLowpanProvision.java70 public LowpanCredential getLowpanCredential() { in getLowpanCredential() method in LowpanProvision
DILowpanInterface.aidl121 LowpanCredential getLowpanCredential(); in getLowpanCredential() method
DLowpanInterface.java510 public LowpanCredential getLowpanCredential() { in getLowpanCredential() method in LowpanInterface
512 return mBinder.getLowpanCredential(); in getLowpanCredential()
/frameworks/opt/net/lowpan/command/java/com/android/commands/lowpan/
DLowpanCtl.java316 if (provision.getLowpanCredential() != null) { in runForm()
383 LowpanCredential credential = iface.getLowpanCredential(); in runShowCredential()