Searched refs:errorCode1 (Results 1 – 2 of 2) sorted by relevance
86 errorCode, [](const NdkErrorCode &errorCode1, const NdkErrorCode &errorCode2) { in NativeToNdk() argument87 return errorCode1.nativeCode < errorCode2.nativeCode; in NativeToNdk()
1368 auto errorCode1 = appMgrServiceInner->OpenAppSpawnConnection(); variable1369 EXPECT_EQ(errorCode1, ERR_INVALID_VALUE);