Home
last modified time | relevance | path

Searched refs:bytraceId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_remote_proxy.cpp32 static std::atomic<int32_t> bytraceId = 1000; variable
125 sendRequestParam->traceId = bytraceId.fetch_add(1, std::memory_order_seq_cst); in SendRequestAsync()
173 sendRequestParam->traceId = bytraceId.fetch_add(1, std::memory_order_seq_cst); in SendRequestPromise()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp53 static std::atomic<int32_t> bytraceId = 1000; variable
1161 sendRequestParam->traceId = bytraceId.fetch_add(1, std::memory_order_seq_cst); in StubSendRequestAsync()
1206 sendRequestParam->traceId = bytraceId.fetch_add(1, std::memory_order_seq_cst); in StubSendRequestPromise()