Home
last modified time | relevance | path

Searched refs:withSync (Results 1 - 6 of 6) sorted by relevance

/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_proxy.cpp32 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 Dipc_adapt.cpp1305 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 Dipc_dev_auth_proxy.h28 int32_t DoCallRequest(MessageParcel &dataParcel, MessageParcel &replyParcel, bool withSync);
41 int32_t ActCall(bool withSync);
H A Dipc_adapt.h61 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync);
/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h69 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync);
/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c1418 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall() argument
1420 (void)withSync; in DoBinderCall()

Completed in 6 milliseconds