Home
last modified time | relevance | path

Searched refs:IPC_CMD_PROCESS_WARN_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h273 static constexpr int IPC_CMD_PROCESS_WARN_TIME = 500; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp61 static constexpr int IPC_CMD_PROCESS_WARN_TIME = 500 * COEFF_MILLI_TO_MICRO; // 500 ms variable
362 if (duration >= IPC_CMD_PROCESS_WARN_TIME) { in SendRequestInner()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1032 if (duration >= IPC_CMD_PROCESS_WARN_TIME) { in HandleCommands()