Home
last modified time | relevance | path

Searched refs:OH_IPCSkeleton_SetCallingIdentity (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A D_o_h_i_p_c_skeleton.md36 …置调用方身份凭证为自身进程的身份凭证(包括tokenid、UID和PID信息),并返回调用方的凭证信息。 该信息主要用于OH_IPCSkeleton_SetCallingIdentity接口调用。…
37 | int [OH_IPCSkeleton_SetCallingIdentity](#oh_ipcskeleton_setcallingidentity) (const char \*identit…
200 重置调用方身份凭证为自身进程的身份凭证(包括tokenid、UID和PID信息),并返回调用方的凭证信息。 该信息主要用于OH_IPCSkeleton_SetCallingIdentity接口调用。
225 ### OH_IPCSkeleton_SetCallingIdentity()
228 int OH_IPCSkeleton_SetCallingIdentity (const char * identity)
H A Dipc__cskeleton_8h.md33 …置调用方身份凭证为自身进程的身份凭证(包括tokenid、UID和PID信息),并返回调用方的凭证信息。 该信息主要用于OH_IPCSkeleton_SetCallingIdentity接口调用。…
34 | int [OH_IPCSkeleton_SetCallingIdentity](_o_h_i_p_c_skeleton.md#oh_ipcskeleton_setcallingidentity)…
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A D_o_h_i_p_c_skeleton.md36 …edential information. The credential information is used in **OH_IPCSkeleton_SetCallingIdentity**.|
37 | int [OH_IPCSkeleton_SetCallingIdentity](#oh_ipcskeleton_setcallingidentity) (const char \*identit…
200 …redential information. The credential information is used in **OH_IPCSkeleton_SetCallingIdentity**.
225 ### OH_IPCSkeleton_SetCallingIdentity()
228 int OH_IPCSkeleton_SetCallingIdentity (const char * identity)
H A Dipc__cskeleton_8h.md33 …ential information. The credential information is used in **OH_IPCSkeleton_SetCallingIdentity**. |
34 | int [OH_IPCSkeleton_SetCallingIdentity](_o_h_i_p_c_skeleton.md#oh_ipcskeleton_setcallingidentity)…
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_cskeleton.h164 int OH_IPCSkeleton_SetCallingIdentity(const char *identity);
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_skeleton_unittest.cpp193 EXPECT_NE(OH_IPCSkeleton_SetCallingIdentity(nullptr), OH_IPC_SUCCESS);
206 auto ret = OH_IPCSkeleton_SetCallingIdentity(testStr.c_str());
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cskeleton.cpp79 int OH_IPCSkeleton_SetCallingIdentity(const char *identity) in OH_IPCSkeleton_SetCallingIdentity() function