Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_stub_inner.c29 static int32_t IsDeviceIdIllegal(const char *deviceID, uint32_t len) in IsDeviceIdIllegal() function
82 if (IsDeviceIdIllegal(deviceID, deviceIDLen) != ERR_NONE || in InvokerDataBusThread()
83 IsDeviceIdIllegal(remoteDeviceID, remoteDeviceIDLen) != ERR_NONE || sessionName == NULL) { in InvokerDataBusThread()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp169 bool DBinderService::IsDeviceIdIllegal(const std::string &deviceID) in IsDeviceIdIllegal() function in OHOS::DBinderService
322 if (IsDeviceIdIllegal(deviceID) || serviceName.length() == 0) { in MakeRemoteBinder()
369 if (IsDeviceIdIllegal(deviceID) || IsDeviceIdIllegal(localDevID)) { in CheckDeviceIDsInvalid()
709 if (IsDeviceIdIllegal(remoteDeviceId)) { in CheckDeviceIdIllegal()
1230 if (serviceName.empty() || IsDeviceIdIllegal(deviceID)) { in NoticeServiceDieInner()
1253 if (IsDeviceIdIllegal(deviceID)) { in NoticeServiceDie()
1265 if (IsDeviceIdIllegal(deviceID)) { in NoticeDeviceDie()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_stub.cpp25 bool IPCObjectStub::IsDeviceIdIllegal(const std::string &deviceID) in IsDeviceIdIllegal() function in OHOS::IPCObjectStub
H A Dipc_object_stub.h94 bool IsDeviceIdIllegal(const std::string &deviceID);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp99 bool IPCObjectStub::IsDeviceIdIllegal(const std::string &deviceID) in IsDeviceIdIllegal() function in OHOS::IPCObjectStub
537 if (IsDeviceIdIllegal(deviceId) || IsDeviceIdIllegal(remoteDeviceId) || sessionName.empty()) { in InvokerDataBusThread()
607 if (IsDeviceIdIllegal(remoteDeviceId)) { in AddAuthInfo()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_core_unittest.cpp263 bool ret = testStub->IsDeviceIdIllegal(deviceID);
276 bool ret = testStub->IsDeviceIdIllegal(deviceID);
289 bool ret = testStub->IsDeviceIdIllegal(deviceID);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_stub.h297 bool IsDeviceIdIllegal(const std::string &deviceID);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h362 bool IsDeviceIdIllegal(const std::string &deviceID);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp435 bool res = dBinderService->IsDeviceIdIllegal(deviceID);
449 bool res = dBinderService->IsDeviceIdIllegal(deviceID);
463 bool res = dBinderService->IsDeviceIdIllegal(deviceID);