Home
last modified time | relevance | path

Searched refs:remoteName (Results 1 – 9 of 9) sorted by relevance

/foundation/ability/dmsfwk_lite/include/
Ddmslite_permission.h39 char* GetCallerSignature(const char *remoteName, BundleInfo *bundleInfo);
40 char* GetRemoteSignature(const char *remoteName, BundleInfo *bundleInfo);
/foundation/communication/dsoftbus/core/connection/wifi_direct/data/
Dlink_info.h65 …nfoConstructorWithNameAndMode(struct LinkInfo* self, const char *localName, const char *remoteName,
70 struct LinkInfo* LinkInfoNewWithNameAndMode(const char *localName, const char *remoteName,
Dlink_info.c277 …nfoConstructorWithNameAndMode(struct LinkInfo* self, const char *localName, const char *remoteName, in LinkInfoConstructorWithNameAndMode() argument
282 self->putString(self, LI_KEY_REMOTE_INTERFACE, remoteName); in LinkInfoConstructorWithNameAndMode()
298 struct LinkInfo* LinkInfoNewWithNameAndMode(const char *localName, const char *remoteName, in LinkInfoNewWithNameAndMode() argument
303 LinkInfoConstructorWithNameAndMode(self, localName, remoteName, localMode, remoteMod); in LinkInfoNewWithNameAndMode()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_br_discover.c266 if (g_discoveryCallback.callback.remoteName) { in GapOnGetRemoteNameComplete()
267 g_discoveryCallback.callback.remoteName( in GapOnGetRemoteNameComplete()
268 eventParam->status, &addr, eventParam->remoteName, g_discoveryCallback.context); in GapOnGetRemoteNameComplete()
/foundation/communication/dsoftbus/core/connection/wifi_direct/
Dwifi_direct_decision_center.c193 char *remoteName = remote->getName(remote); in AddToAvailableLinkList() local
203 …link = LinkInfoNewWithNameAndMode(localName, remoteName, WIFI_DIRECT_API_ROLE_HML, WIFI_DIRECT_API… in AddToAvailableLinkList()
214 …link = LinkInfoNewWithNameAndMode(localName, remoteName, WIFI_DIRECT_API_ROLE_GC, WIFI_DIRECT_API_… in AddToAvailableLinkList()
225 …link = LinkInfoNewWithNameAndMode(localName, remoteName, WIFI_DIRECT_API_ROLE_GO, WIFI_DIRECT_API_… in AddToAvailableLinkList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_adapter.cpp498 std::string remoteName = ""; in GetDeviceName() local
502 remoteName = ReadRemoteDeviceNameByGatt(device, appID); in GetDeviceName()
506 if (!remoteName.empty()) { in GetDeviceName()
507 return remoteName; in GetDeviceName()
511 remoteName = pimpl->bleCentralManager_->GetDeviceName(device.GetAddress()); in GetDeviceName()
514 if (remoteName.empty()) { in GetDeviceName()
518 remoteName = it->second.GetName(); in GetDeviceName()
521 return remoteName; in GetDeviceName()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dgap_if.h221 …void (*remoteName)(uint8_t status, const BtAddr *addr, const uint8_t name[GAP_NAME_SIZE_MAX], void… member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp275 discoveryCbs.remoteName = RemoteNameCallback; in RegisterCallback()
1337 std::string remoteName(value.begin(), value.end()); in ParserRemoteNameFromEir() local
1338 HILOGI("remoteName is %{public}s", remoteName.c_str()); in ParserRemoteNameFromEir()
1339 if (remoteName != remote->GetRemoteName()) { in ParserRemoteNameFromEir()
1340 remote->SetRemoteName(remoteName); in ParserRemoteNameFromEir()
1341 SendRemoteNameChanged(RawAddress(remote->GetAddress()), remoteName); in ParserRemoteNameFromEir()
1635 std::string remoteName = ""; in GetDeviceName() local
1638 remoteName = it->second->GetRemoteName(); in GetDeviceName()
1641 return remoteName; in GetDeviceName()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
Dhci_def_evt.h105 uint8_t remoteName[248]; member