Home
last modified time | relevance | path

Searched refs:CheckEqual (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dsession_manager.cpp114 } else if (listener->CheckEqual(env_, arg, eventType)) { in ProcessUnsubscribe()
177 …if ((eventType.compare(listener->GetEventType()) == 0) && listener->CheckEqual(env_, arg, eventTyp… in FindSessionByHandle()
H A Dupdate_session.cpp115 bool UpdateListener::CheckEqual(napi_env env, napi_value handler, const std::string &type) in CheckEqual() function in OHOS::UpdateEngine::UpdateListener
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.h56 static bool CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight);
H A Ddistributeddb_communicator_common.cpp336 bool RegedGiantObject::CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight) in CheckEqual() function in RegedGiantObject
H A Ddistributeddb_communicator_deep_test.cpp365 bool isEqual = RegedGiantObject::CheckEqual(*oriObjForAB, *recvObjForBB);
561 bool isEqual = RegedGiantObject::CheckEqual(*oriObjForAB, *recvObjForBB);
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_session.h152 bool CheckEqual(napi_env env, napi_value handler, const std::string &type);