Home
last modified time | relevance | path

Searched refs:isSame (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp46 isSame = IsSame(olds[i], news[i]) && isSame; in IsSame()
77 isSame = oldComp.lib == newComp.lib && isSame; in IsSame()
78 isSame = oldComp.constructor == newComp.constructor && isSame; in IsSame()
79 isSame = oldComp.destructor == newComp.destructor && isSame; in IsSame()
80 isSame = oldComp.params == newComp.params && isSame; in IsSame()
81 return isSame; in IsSame()
88 isSame = oldConfig.version == newConfig.version && isSame; in IsSame()
89 isSame = oldConfig.features == newConfig.features && isSame; in IsSame()
90 isSame = oldConfig.plugins == newConfig.plugins && isSame; in IsSame()
92 isSame = oldConfig.bundles == newConfig.bundles && isSame; in IsSame()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerFunctionTest.cpp555 bool isSame = compareFile(firstOutputFile, secondOutputFile); variable
556 ASSERT_EQ(true, isSame);
581 bool isSame = compareFile(firstOutputFile, secondOutputFile); variable
582 ASSERT_EQ(true, isSame);
607 bool isSame = compareFile(firstOutputFile, secondOutputFile); variable
608 ASSERT_EQ(true, isSame);
633 ASSERT_EQ(true, isSame);
659 ASSERT_EQ(true, isSame);
684 ASSERT_EQ(true, isSame);
712 ASSERT_EQ(true, isSame);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp187 if (isSame) { in SetLayerAlpha()
408 bool isSame = false; in IsSameLayerMetaData() local
412 isSame = true; in IsSameLayerMetaData()
416 isSame = false; in IsSameLayerMetaData()
421 return isSame; in IsSameLayerMetaData()
428 if (isSame) { in SetLayerMetaData()
441 bool isSame = false; in IsSameLayerMetaDataSet() local
446 isSame = true; in IsSameLayerMetaDataSet()
450 isSame = false; in IsSameLayerMetaDataSet()
455 return isSame; in IsSameLayerMetaDataSet()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFunctionTest.cpp860 ASSERT_EQ(true, isSame);
902 ASSERT_EQ(true, isSame);
945 ASSERT_EQ(true, isSame);
987 ASSERT_EQ(true, isSame);
1017 ASSERT_EQ(true, isSame);
1047 ASSERT_EQ(true, isSame);
1089 ASSERT_EQ(true, isSame);
1131 ASSERT_EQ(true, isSame);
1174 ASSERT_EQ(true, isSame);
1216 ASSERT_EQ(true, isSame);
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_inq_db.c49 bool isSame = true; in BtmIsSameAddress() local
53 isSame = false; in BtmIsSameAddress()
58 return isSame; in BtmIsSameAddress()
H A Dbtm_wl.c79 bool isSame = true; in IsSameAddress() local
82 isSame = false; in IsSameAddress()
85 return isSame; in IsSameAddress()
H A Dbtm_le_sec.c138 bool isSame = true; in IsSameBtAddr() local
142 isSame = false; in IsSameBtAddr()
147 return isSame; in IsSameBtAddr()
H A Dbtm_sco.c225 bool isSame = true; in IsSameAddress() local
228 isSame = false; in IsSameAddress()
231 return isSame; in IsSameAddress()
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_handler_wrap.cpp97 auto isSame = it->second.IsSame(event); in RemoveEvent() local
98 if (force || isSame) { in RemoveEvent()
106 TAG_LOGD(AAFwkTag::DEFAULT, "force: %{public}d , IsSame: %{public}d", force, isSame); in RemoveEvent()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_util_cooperate.cpp165 bool isSame = false; in IsSameHandle() local
166 CHKRF_SCOPE(env, napi_strict_equals(env, handle, handlerTemp, &isSame), STRICT_EQUALS, scope); in IsSameHandle()
168 return isSame; in IsSameHandle()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFunctionTest.cpp508 bool isSame = compareFile(firstOutputFile, secondOutputFile); variable
509 ASSERT_EQ(true, isSame);
542 bool isSame = compareFile(firstOutputFile, secondOutputFile); variable
543 ASSERT_EQ(true, isSame);
574 bool isSame = compareFile(firstOutputFile, secondOutputFile); variable
575 ASSERT_EQ(true, isSame);
608 bool isSame = compareFile(firstOutputFile, secondOutputFile); variable
609 ASSERT_EQ(true, isSame);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp36 bool isSame; member
313 fl.isSame = false; in AddOrigFileToList()
334 iter->isSame = true; in AddBackupFileToList()
344 fl.isSame = false; in AddBackupFileToList()
354 iter->backFile.c_str(), iter->isSame ? 0 : 1, iter->baseName.c_str()); in GetDiffFilesNum()
355 if (!iter->isSame) { in GetDiffFilesNum()
373 if (iter->isSame || iter->backFile.empty()) { in CopySameFilesToTempDir()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp215 bool isSame = false; in AddWatcherInfo() local
216 …trict_equals(iter->env, iter->nRef.Deref(iter->env).val_, arg->nRef.Deref(arg->env).val_, &isSame); in AddWatcherInfo()
217 if (isSame) { in AddWatcherInfo()
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c611 static int32_t GetClientName(char *clientName, const char *name, uint32_t maskId, bool isSame) in GetClientName() argument
623 if (isSame) { in GetClientName()
635 …_t PrepareBindSocket(const char *socketName, DeviceIdentify *devId, int32_t *socketId, bool isSame) in PrepareBindSocket() argument
656 ret = GetClientName(clientName, name, maskId, isSame); in PrepareBindSocket()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp214 bool isSame = CompareBuffer(plaintext1, plaintext2); variable
215 EXPECT_EQ(isSame, true);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp388 bool isSame = false; in StoreDrmInfos() local
392 isSame = true; in StoreDrmInfos()
396 if (!isSame) { in StoreDrmInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp233 auto isSame = innerVec == modeVec; in CheckWindowProperty2() local
234 EXPECT_TRUE(isSame); in CheckWindowProperty2()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp264 bool isSame = false; in AddDynamicFormInfo() local
267 isSame = true; in AddDynamicFormInfo()
272 if (isSame) { in AddDynamicFormInfo()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.cpp382 bool isSame = false; in CheckRef() local
394 napi_strict_equals(env, offCallback, onCallback, &isSame); in CheckRef()
395 if (isSame) { in CheckRef()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp149 bool isSame = localLogInfo.timestamp == cloudLogInfo.timestamp && in NeedSaveData() local
155 return !isSame; in NeedSaveData()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp835 bool isSame = true; in IsStringDataSame() local
839 isSame = false; in IsStringDataSame()
843 DHLOGI("IsSame: %{public}d.", isSame); in IsStringDataSame()
844 return isSame; in IsStringDataSame()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp957 bool isSame = linkedInfo.networkId == networkId; in ConnectToNetwork() local
958 …WIFI_LOGE("ConnectToNetwork isCandidate isConnected isSame:%{public}s!", isSame ? "true" : "false"… in ConnectToNetwork()
959 if (isSame) { in ConnectToNetwork()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp483 bool isSame = false; in GetDrmInfosUpdated() local
487 isSame = true; in GetDrmInfosUpdated()
491 if (!isSame) { in GetDrmInfosUpdated()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1209 bool isSame = (strcmp(StringGet(&(groupEntry->userId)), peerUserId) == 0); in IsPeerSameUserId() local
1211 return isSame; in IsPeerSameUserId()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp2883 bool isSame = false; in NotifyDrmInfoUpdated() local
2886 isSame = true; in NotifyDrmInfoUpdated()
2890 if (!isSame) { in NotifyDrmInfoUpdated()

12