Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_thread_pool.h44 char callerDeviceID[DEVICEID_LENGTH + 1]; member
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp233 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 Ddbinder_invoker.c378 …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 Djs-apis-rpc.md8457 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 Djs-apis-rpc.md8399 let callerDeviceID = rpc.IPCSkeleton.getCallingDeviceID();
8400 hilog.info(0x0000, 'testTag', 'RpcServer: callerDeviceID is ' + callerDeviceID);