Home
last modified time | relevance | path

Searched refs:TF_OP_SYNC (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_proxy_inner.c82 .flags = TF_OP_SYNC in GetSessionFromDBinderService()
134 .flags = TF_OP_SYNC in InvokerListenThread()
156 .flags = TF_OP_SYNC in GetPidAndUidInfo()
194 .flags = TF_OP_SYNC in GetDataBusName()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/
H A DRpcServerTest.cpp139 .flags = TF_OP_SYNC
201 .flags = TF_OP_SYNC
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dipc_skeleton.h31 TF_OP_SYNC = 0x00, enumerator
/ohos5.0/foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/
H A Ddbinder_ipc_adapter.c46 .flags = TF_OP_SYNC in RpcGetSystemAbility()
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_callback_proxy.c76 option.flags = ((reply != NULL) ? TF_OP_SYNC : TF_OP_ASYNC); in CbProxySendRequest()
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_skeleton.c139 option->flags = TF_OP_SYNC; in MessageOptionInit()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/ipc/server/
H A DIpcServerTest.cpp30 .flags = TF_OP_SYNC
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c427 if (flags == TF_OP_SYNC && reply != NULL) { in InternalRequest()
436 if (flags == TF_OP_SYNC && reply != NULL) { in InternalRequest()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c413 if ((ipcMsg->type == MT_REQUEST) && (ipcMsg->flag == TF_OP_SYNC)) { in CallbackDispatchLoop()
557 if ((option.flags > TF_OP_ASYNC) || ((option.flags == TF_OP_SYNC) && (buffer == NULL))) { in IpcSendRequest()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/ipc/client/
H A DIpcClientTest.cpp30 .flags = TF_OP_SYNC
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client_rpc.c172 flag.flags = (notify == NULL) ? TF_OP_ASYNC : TF_OP_SYNC; in ProxyInvoke()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/client/
H A DRpcClientTest.cpp39 .flags = TF_OP_SYNC,