Home
last modified time | relevance | path

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

/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()
/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);
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_stub.h297 bool IsDeviceIdIllegal(const std::string &deviceID);
/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()
/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()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_core_unittest.cpp256 * @tc.desc: Verify the IsDeviceIdIllegal function
263 bool ret = testStub->IsDeviceIdIllegal(deviceID); in HWTEST_F()
269 * @tc.desc: Verify the IsDeviceIdIllegal function
276 bool ret = testStub->IsDeviceIdIllegal(deviceID); in HWTEST_F()
282 * @tc.desc: Verify the IsDeviceIdIllegal function
289 bool ret = testStub->IsDeviceIdIllegal(deviceID); in HWTEST_F()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h362 bool IsDeviceIdIllegal(const std::string &deviceID);
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp427 * @tc.desc: Verify the IsDeviceIdIllegal function
435 bool res = dBinderService->IsDeviceIdIllegal(deviceID); in HWTEST_F()
441 * @tc.desc: Verify the IsDeviceIdIllegal function
449 bool res = dBinderService->IsDeviceIdIllegal(deviceID); in HWTEST_F()
455 * @tc.desc: Verify the IsDeviceIdIllegal function
463 bool res = dBinderService->IsDeviceIdIllegal(deviceID); in HWTEST_F()

Completed in 10 milliseconds