Searched refs:OH_IPCSkeleton_SetCallingIdentity (Results 1 – 7 of 7) sorted by relevance
36 …置调用方身份凭证为自身进程的身份凭证(包括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)
33 …置调用方身份凭证为自身进程的身份凭证(包括tokenid、UID和PID信息),并返回调用方的凭证信息。 该信息主要用于OH_IPCSkeleton_SetCallingIdentity接口调用。…34 | int [OH_IPCSkeleton_SetCallingIdentity](_o_h_i_p_c_skeleton.md#oh_ipcskeleton_setcallingidentity)…
36 …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)
33 …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)…
164 int OH_IPCSkeleton_SetCallingIdentity(const char *identity);
193 EXPECT_NE(OH_IPCSkeleton_SetCallingIdentity(nullptr), OH_IPC_SUCCESS);206 auto ret = OH_IPCSkeleton_SetCallingIdentity(testStr.c_str());
79 int OH_IPCSkeleton_SetCallingIdentity(const char *identity) in OH_IPCSkeleton_SetCallingIdentity() function