/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | json_util_test.cpp | 376 bool ret3 = jsonValue.Put(key2, value3); variable 442 bool ret3 = jsonValue.Put(key2, valueTemp); variable 549 bool ret3 = jsonValue->Replace(key, value); variable 589 bool ret3 = jsonValue->Replace(key, value); variable 639 bool ret3 = jsonValue->Replace(key3, value2); variable 672 bool ret3 = jsonValue->Replace(key3, value); variable 710 bool ret3 = jsonValue->Replace(key, valueTmp); variable 765 int64_t ret3 = jsonValue->GetInt64(key, 0); variable 1186 bool ret3 = jsonValue.PutRef(std::move(value2)); variable 1208 int64_t ret3 = jsonValue->GetUInt(key, 0); variable [all …]
|
H A D | node_object_test.cpp | 116 uint32_t ret3 = nodeObject->GetUInt(key3, defaultVal); variable 142 bool ret3 = nodeObject->Put(key, value3); variable
|
H A D | matrix3_test.cpp | 416 bool ret3 = matrix3NObj1.SetEntry(0, 2, 5.0f); variable
|
H A D | matrix4_test.cpp | 484 bool ret3 = mtrix4NObj.SetEntry(-1, 0, 1.0f); variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/ |
H A D | ans_notification_annex_test.cpp | 151 ErrCode ret3 = ans_->RemoveNotification(bundleOption, notificationId, label, removeReason); variable 166 ErrCode ret3 = ans_->RemoveAllNotifications(bundleOption); variable 181 ErrCode ret3 = ans_->RemoveNotificationsByBundle(bundleOption); variable 197 ErrCode ret3 = ans_->GetNotificationSlotsForBundle(bundleOption, slots); variable 213 ErrCode ret3 = ans_->UpdateNotificationSlots(bundleOption, slots); variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 246 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_START); variable 266 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_START); variable 288 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); variable 467 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 487 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_FAIL); variable 547 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_FAIL); variable 612 bool ret3 = dataMgr->GetInnerBundleInfo(BUNDLE_NAME, info1); variable 823 bool ret3 = dataMgr->GenerateUidAndGid(innerBundleUserInfo); variable 857 bool ret3 = dataMgr->GenerateUidAndGid(innerBundleUserInfo); variable 893 bool ret3 = dataMgr->GenerateUidAndGid(innerBundleUserInfo); variable [all …]
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | system_service_ohos_test.cpp | 57 auto ret3 = Parameter::SetProperty("TEST_KEY3", "1234"); variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 145 ErrCode ret3 = ans_->RemoveNotificationSlot(slotType); variable 192 ErrCode ret3 = ans_->AddNotificationSlots(nslots); variable 526 ErrCode ret3 = ans_->CancelNotification(label, notificationId); variable 637 ErrCode ret3 = ans_->IsAllowedNotify(bundleOption, allowed); variable 658 ErrCode ret3 = ans_->HasNotificationPolicyAccessPermission(hasPermission); variable 820 ErrCode ret3 = ans_->DoesSupportDoNotDisturbMode(doesSupport); variable 870 ErrCode ret3 = ans_->EnableDistributedByBundle(bundleOption, enabled); variable 900 ErrCode ret3 = ans_->CancelReminder(reminderId); variable 932 ErrCode ret3 = ans_->IsAllowedNotify(userId1, allowed); variable 966 ErrCode ret3 = ans_->GetDoNotDisturbDate(userId, doNotDisturbDate); variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | ui_content_test.cpp | 58 std::unique_ptr<UIContent> ret3 = UIContent::Create(ability); variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_cache_test.cpp | 445 int32_t ret3 = ProfileCache::GetInstance().AddSyncListener(caller, syncListener); variable 489 bool ret3 = ProfileCache::GetInstance().syncListenerMap_.count(caller); variable 517 int32_t ret3 = ProfileCache::GetInstance().RemoveSyncListener(caller); variable
|
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/ |
H A D | net_policy_manager_test.cpp | 76 int32_t ret3 = in TearDownTestCase() local 453 int32_t ret3 = client->SetDeviceIdleTrustlist({TEST_UID3}, true); variable 472 int32_t ret3 = client->SetDeviceIdleTrustlist({TEST_UID8}, false); variable 495 int32_t ret3 = DelayedSingleton<NetPolicyClient>::GetInstance()->SetPolicyByUid( variable
|
/ohos5.0/base/hiviewdfx/hiview/base/logstore/test/unittest/common/ |
H A D | log_store_unit_test.cpp | 152 auto ret3 = logStoreEx.RemoveLogFile("logfile0"); variable
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | switch_tdd_test.cpp | 50 jerry_value_t ret3 = jerry_set_property(optionsObj_, eventKey, eventObj_); in SetUp() local
|
H A D | swiper_tdd_test.cpp | 47 jerry_value_t ret3 = jerry_set_property(optionsObj_, eventKey, eventObj_); in SetUp() local
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | extra_params.cpp | 222 bool ret3 = parcel.WriteString16(Str8ToStr16(description_)); in Marshalling() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/ |
H A D | source_map_test.cpp | 374 std::vector<std::string> ret3 = revSourceMap.HandleMappings(mapping); variable
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_client_test.cpp | 495 auto ret3 = PasteboardClient::GetInstance()->DetectPatterns(patternsToCheck); variable 534 auto ret3 = PasteboardClient::GetInstance()->DetectPatterns(patternsToCheck); variable
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/ |
H A D | utility_common_utils_test.cpp | 161 auto ret3 = Tbox::IsCallStack(stackName2); variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_helper_test.cpp | 145 int ret3 = RdbHelper::DeleteRdbStore(config3); variable
|
/ohos5.0/base/update/updater/test/unittest/script/ |
H A D | script_interpreter_unittest.cpp | 108 int ret3 = funcContext->PushParam(str); in TestScriptInstructionContext() local
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_display_bind_helper_test.cpp | 399 std::string ret3 = idh.GetInputDeviceById(id); variable 821 std::string ret3 = inputDisplayBindHelper.GetInputDeviceById(id); variable
|
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | sandbox_unittest.cpp | 192 int ret3 = EnterSandbox(TEST_SANDBOX_NAME); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.cpp | 302 SurfaceError ret3 = surface->FlushBuffer(fbBuffer, -1, flushConfig); in DoPrepareCompleted() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_parser_test.cpp | 81 uint32_t ret3 = heifReader.Read32(); variable
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_keyevent_filter_test.cpp | 282 bool ret3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in __anon01d3727f0302() variable
|