Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Dconvertor_error_code.cpp86 errorCode, [](const NdkErrorCode &errorCode1, const NdkErrorCode &errorCode2) { in NativeToNdk() argument
87 return errorCode1.nativeCode < errorCode2.nativeCode; in NativeToNdk()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp1368 auto errorCode1 = appMgrServiceInner->OpenAppSpawnConnection(); variable
1369 EXPECT_EQ(errorCode1, ERR_INVALID_VALUE);