Searched refs:withSync (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_dev_auth_proxy.cpp | 32 int32_t ProxyDevAuth::DoCallRequest(MessageParcel &dataParcel, MessageParcel &replyParcel, bool withSync) in DoCallRequest() argument 44 if (withSync == false) { in DoCallRequest() 135 int32_t ProxyDevAuthData::ActCall(bool withSync) in ActCall() argument 142 return proxy->DoCallRequest(dataParcel, replyParcel, withSync); in ActCall()
|
H A D | ipc_adapt.cpp | 1305 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall() argument 1314 return dataCache->ActCall(withSync); in DoBinderCall()
|
/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_dev_auth_proxy.h | 28 int32_t DoCallRequest(MessageParcel &dataParcel, MessageParcel &replyParcel, bool withSync); 41 int32_t ActCall(bool withSync);
|
H A D | ipc_adapt.h | 61 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync);
|
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 69 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync);
|
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 1418 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall() argument 1420 (void)withSync; in DoBinderCall()
|
Completed in 6 milliseconds