Home
last modified time | relevance | path

Searched refs:GetLocalNodeDeviceId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/auxiliary/src/
H A Dmain.cpp32 … (void)OHOS::DBinderSoftbusClient::GetInstance().GetLocalNodeDeviceId(pkgName.c_str(), networkId); in main()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_softbus_client.h47 int32_t GetLocalNodeDeviceId(const std::string &pkgName, std::string &devId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_softbus_client.cpp111 int32_t DBinderSoftbusClient::GetLocalNodeDeviceId(const std::string &pkgName, std::string &devId) in GetLocalNodeDeviceId() function in OHOS::DBinderSoftbusClient
H A Dipc_process_skeleton.cpp499 if (DBinderSoftbusClient::GetInstance().GetLocalNodeDeviceId( in GetLocalDeviceID()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp71 if (DBinderSoftbusClient::GetInstance().GetLocalNodeDeviceId( in GetLocalDeviceID()