Searched refs:CheckEqual (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | session_manager.cpp | 114 } 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 D | update_session.cpp | 115 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 D | distributeddb_communicator_common.h | 56 static bool CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight);
|
H A D | distributeddb_communicator_common.cpp | 336 bool RegedGiantObject::CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight) in CheckEqual() function in RegedGiantObject
|
H A D | distributeddb_communicator_deep_test.cpp | 365 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 D | update_session.h | 152 bool CheckEqual(napi_env env, napi_value handler, const std::string &type);
|