/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_shared_test.cpp | 77 GSError ret1, ret2; variable 115 GSError ret1; variable 145 GSError ret1, ret2; variable 168 GSError ret1, ret2; variable 199 GSError ret1, ret2; variable 225 GSError ret1, ret2; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 143 ErrCode ret1 = ans_->AddSlotByType(slotType); variable 163 ErrCode ret1 = ans_->RemoveAllSlots(); variable 381 ErrCode ret1 = ans_->GetEnabledForBundleSlotSelf( variable 420 ErrCode ret1 = ans_->UnregisterPushCallback(); variable 440 ErrCode ret1 = ans_->SetAdditionConfig(key, value); variable 460 ErrCode ret1 = ans_->SetAdditionConfig(key, value); variable 608 ErrCode ret1 = ans_->SetNotificationBadgeNum(); variable 630 ErrCode ret1 = ans_->IsAllowedNotify(allowed); variable 791 ErrCode ret1 = ans_->CancelGroup(groupName); variable 865 ErrCode ret1 = ans_->IsDistributedEnabled(enabled); variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | drag_and_drop_test.cpp | 191 auto ret1 = OH_ArkUI_NodeEvent_GetPreDragStatus(&nodeEvent); variable 232 auto ret1 = OH_ArkUI_DragEvent_DisableDefaultDropAnimation(drag_Event, true); variable 258 auto ret1 = OH_ArkUI_SetNodeDraggable(textNode, true); variable 307 auto ret1 = OH_ArkUI_DragPreviewOption_SetScaleMode( variable 336 auto ret1 = OH_ArkUI_DragPreviewOption_SetDefaultShadowEnabled(dragPreviewOption, true); variable 361 auto ret1 = OH_ArkUI_DragPreviewOption_SetDefaultRadiusEnabled(dragPreviewOption, true); variable 386 auto ret1 = OH_ArkUI_DragPreviewOption_SetNumberBadgeEnabled(dragPreviewOption, true); variable 412 auto ret1 = OH_ArkUI_DragPreviewOption_SetBadgeNumber(dragPreviewOption, 2); variable 438 …auto ret1 = OH_ArkUI_DragPreviewOption_SetDefaultAnimationBeforeLiftingEnabled(dragPreviewOption, … variable 490 auto ret1 = OH_ArkUI_SetNodeDragPreviewOption(textNode, dragPreviewOption); variable
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | swiper_tdd_test.cpp | 41 jerry_value_t ret1 = jerry_set_property(optionsObj_, attrsKey, attrsObj_); in SetUp() local 97 jerry_value_t ret1 = jerry_set_property(attrsObj_, indexKey, indexVal); in ComponentSwiperAttributeSetTest001() local 182 jerry_value_t ret1 = jerry_set_property(attrsObj_, indexKey, indexVal); in ComponentSwiperAttributeSetTest002() local 208 jerry_value_t ret1 = jerry_set_property(attrsObj_, indexKey, indexVal); in ComponentSwiperAttributeSetTest003() local 243 jerry_value_t ret1 = jerry_set_property(attrsObj_, indexKey, indexVal); in ComponentSwiperAttributeSetTest004() local 296 jerry_value_t ret1 = jerry_set_property(attrsObj_, indexKey, indexVal); in ComponentSwiperAttributeSetTest005() local 372 jerry_value_t ret1 = jerry_set_property(attrsObj_, vertKey, vertVal); in ComponentSwiperAttributeSetTest013() local 417 jerry_value_t ret1 = jerry_set_property(attrsObj_, vertKey, vertVal); in ComponentSwiperAttributeSetTest014() local 451 jerry_value_t ret1 = jerry_set_property(attrsObj_, idKey, idVal); in ComponentSwiperAttributeSetTest019() local
|
H A D | switch_tdd_test.cpp | 42 jerry_value_t ret1 = jerry_set_property(optionsObj_, attrsKey, attrsObj_); in SetUp() local 88 jerry_value_t ret1 = jerry_set_property(attrsObj_, checkedKey, checkedVal); in ComponentSwitchAttributeSetTest001() local 132 jerry_value_t ret1 = jerry_set_property(attrsObj_, checkedKey, checkedVal); in ComponentSwitchAttributeSetTest002() local 166 jerry_value_t ret1 = jerry_set_property(attrsObj_, idKey, idVal); in ComponentSwitchAttributeSetTest003() local
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 99 bool ret1 = freezeCommon->Init(); variable 112 bool ret1 = freezeCommon->Init(); variable 127 bool ret1 = freezeCommon->Init(); variable 147 bool ret1 = freezeCommon->Init(); variable 165 bool ret1 = freezeCommon->Init(); variable 184 bool ret1 = freezeCommon->Init(); variable 236 bool ret1 = freezeCommon->Init(); variable 253 bool ret1 = freezeCommon->Init(); variable 282 bool ret1 = freezeCommon->Init(); variable 311 bool ret1 = freezeCommon->Init(); variable [all …]
|
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | sandbox_unittest.cpp | 155 int ret1 = write(fd, cjValue1, strlen(cjValue1)); in MakeFileByJson() local 186 int ret1 = EnterSandbox("error_system"); variable 203 int ret1 = EnterSandbox("xapp"); variable 219 bool ret1 = MakeFileByJson(mJson, SANDBOX_JSON_NAME); variable 259 int ret1 = UnshareNamespace(-1); variable 264 int ret1 = SetNamespace(-1, 1); variable 271 int ret1 = GetNamespaceFd(""); variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/ |
H A D | bms_bundle_verifymanager_test.cpp | 199 auto ret1 = impl.InnerVerify(BUNDLE_NAME, abcPaths); variable 234 auto ret1 = impl.Verify(abcPaths); variable 248 auto ret1 = impl.Verify(abcPaths); variable 262 auto ret1 = impl.Verify(abcPaths); variable 275 auto ret1 = impl.CheckFileParam(abcPaths); variable 300 auto ret1 = impl.GetRealPath(BUNDLE_NAME, USERID, DATA_STORAGE_EL1_BUNDLE_ONE); variable 339 auto ret1 = impl.GetRealPath(BUNDLE_NAME, USERID, DATA_STORAGE); variable 358 auto ret1 = impl.CopyFilesToTempDir(BUNDLE_NAME, userId, abcPaths); variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_mock_test.cpp | 110 bool ret1 = IsNodeInfoChanged(connFsm, &oldNodeInfo, &newNodeInfo, &type); variable 200 …bool ret1 = AuthStateProcess(&connFsm->fsm, FSM_MSG_TYPE_JOIN_LNN, reinterpret_cast<void *>(retCod… variable 251 …bool ret1 = AuthStateProcess(&connFsm->fsm, FSM_MSG_TYPE_AUTH_DONE, reinterpret_cast<void *>(retCo… variable 322 bool ret1 = CleanInvalidConnStateProcess(&connFsm->fsm, FSM_MSG_TYPE_LEAVE_INVALID_CONN, variable 367 …bool ret1 = OnlineStateProcess(&connFsm->fsm, FSM_MSG_TYPE_JOIN_LNN, reinterpret_cast<void *>(retC… variable 417 …bool ret1 = LeavingStateProcess(&connFsm->fsm, FSM_MSG_TYPE_JOIN_LNN, reinterpret_cast<void *>(ret… variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 228 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 244 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 264 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 286 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 306 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 326 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 343 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 360 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 377 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); variable 585 bool ret1 = dataMgr->UpdateBundleInstallState("", InstallState::INSTALL_START); variable [all …]
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/policy/ |
H A D | app_data_clear_listener_test.cpp | 57 bool ret1 = appDataClearListener_->Start(); variable 100 bool ret1 = appDataClearListener_->Start(); variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/ |
H A D | bundle_memory_guard.cpp | 27 int32_t ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in BundleMemoryGuard() local
|
/ohos5.0/base/theme/wallpaper_mgr/utils/src/ |
H A D | memory_guard.cpp | 24 int ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); // 0 indicates success in MemoryGuard() local
|
/ohos5.0/base/account/os_account/frameworks/common/utils/src/ |
H A D | memory_guard.cpp | 25 int32_t ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in MemoryGuard() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/ |
H A D | ans_notification_annex_test.cpp | 85 ErrCode ret1 = ans_->GetNotificationSlotNumAsBundle(bundleOption, num); variable 101 ErrCode ret1 = ans_->PublishNotification(label, request); variable 243 ErrCode ret1 = ans_->PublishContinuousTaskNotification(request); variable 259 ErrCode ret1 = ans_->PublishContinuousTaskNotification(request); variable
|
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | memory_guard.cpp | 28 int32_t ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in MemoryGuard() local
|
/ohos5.0/drivers/peripheral/intelligent_voice/utils/ |
H A D | memory_guard.cpp | 30 int32_t ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in MemoryGuard() local
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | memory_guard.cpp | 29 int ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); // 0 indicates success in MemoryGuard() local
|
/ohos5.0/base/useriam/fingerprint_auth/services/src/ |
H A D | memory_guard.cpp | 28 int32_t ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in MemoryGuard() local
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/ |
H A D | deadline_test.cpp | 149 interval ret1 = qos_interval_create(deadline_us, qos); variable 166 interval ret1 = qos_interval_create(deadline_us, qos); variable
|
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
H A D | service_ability.cpp | 32 int32_t ret1 = 0; in MsgHandle() local
|
/ohos5.0/base/security/access_token/services/common/database/src/ |
H A D | memory_guard.cpp | 34 int32_t ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in MemoryGuard() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 183 int ret1 = data.ReadInt32(); in RespondCharacteristicReadInner() local 202 int ret1 = data.ReadInt32(); in RespondCharacteristicWriteInner() local 221 int ret1 = data.ReadInt32(); in RespondDescriptorReadInner() local 240 int ret1 = data.ReadInt32(); in RespondDescriptorWriteInner() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | oobe_mgr_test.cpp | 61 int32_t ret1 = oobeMgr.UnregisterObserver(); variable 80 int32_t ret1 = oobeMgr.UnregisterObserver(); variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimpldeleteabc_fuzzer/ |
H A D | verifymanagerhostimpldeleteabc_fuzzer.cpp | 33 auto ret1 = impl.DeleteAbc(path); in DoSomethingInterestingWithMyAPI() local
|