Searched refs:callerDeviceID (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | ipc_thread_pool.h | 44 char callerDeviceID[DEVICEID_LENGTH + 1]; member
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/ |
H A D | napi_ipc_skeleton.cpp | 233 std::string callerDeviceID = stringValue; in NAPI_IPCSkeleton_resetCallingIdentity() local 236 std::string identity = callerDeviceID + token; in NAPI_IPCSkeleton_resetCallingIdentity()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/ |
H A D | dbinder_invoker.c | 378 …if (memcpy_s(oldDeviceId, DEVICEID_LENGTH, threadContext->callerDeviceID, DEVICEID_LENGTH) != EOK)… in ProcessTransaction() 403 …if (memcpy_s(threadContext->callerDeviceID, DEVICEID_LENGTH, oldDeviceId, DEVICEID_LENGTH) != EOK)… in ProcessTransaction()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 8457 let callerDeviceID = rpc.IPCSkeleton.getCallingDeviceID(); 8458 hilog.info(0x0000, 'testTag', 'RpcServer: callerDeviceID is ' + callerDeviceID);
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 8399 let callerDeviceID = rpc.IPCSkeleton.getCallingDeviceID(); 8400 hilog.info(0x0000, 'testTag', 'RpcServer: callerDeviceID is ' + callerDeviceID);
|