Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp30 constexpr int32_t NOTEQ = -1; variable
332 return targetCode == otherCode ? ERR_OK : NOTEQ; in IsEquals()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp68 constexpr int32_t NOTEQ = -1; variable
1330 EXPECT_EQ(pendingWant->IsEquals(pendingWant, pendingWant2), NOTEQ);