Home
last modified time | relevance | path

Searched refs:tokenLen (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A DIpcStub.cpp92 int32_t tokenLen; in CheckInterfaceToken() local
93 int ret = OH_IPCParcel_ReadInterfaceToken(data, &token, &tokenLen, IpcStub::OnIpcMemAlloc); in CheckInterfaceToken()
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp126 size_t tokenLen = 0; in ParseMethodSignature() local
131 buf[tokenLen++] = ch; in ParseMethodSignature()
135 if (tokenLen > 0) { in ParseMethodSignature()
136 token = string_view(buf, tokenLen); in ParseMethodSignature()
140 tokenLen = 0; // consume token and reset buffer in ParseMethodSignature()

Completed in 3 milliseconds