Searched refs:getResult (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/idl_tool/test/unittest/ast_namespace_test/ |
H A D | ast_namespace_test.cpp | 65 AutoPtr<ASTNamespace> getResult = nspace->GetNamespace(index); in HWTEST_F() local 69 EXPECT_EQ(getResult, nullptr); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | static_profile_manager.cpp | 113 int32_t getResult = DP_GET_KV_DB_FAIL; in GetCharacteristicProfile() local 116 getResult = ProfileControlUtils::GetCharacteristicProfile(staticProfileStore_, deviceId, in GetCharacteristicProfile() 119 if (getResult != DP_SUCCESS) { in GetCharacteristicProfile() 120 HILOGE("GetCharacteristicProfile fail, reason: %{public}d!", getResult); in GetCharacteristicProfile() 121 return getResult; in GetCharacteristicProfile()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | mouse_style_ohos.cpp | 108 int32_t getResult = inputManager->GetPointerStyle(windowId, style, isUIExtension); in GetPointerStyle() local 109 if (getResult == -1) { in GetPointerStyle() 114 return getResult; in GetPointerStyle()
|
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_spatialization_service_unit_test/src/ |
H A D | audio_spatialization_service_unit_test.cpp | 337 AudioSpatializationState getResult = service.GetSpatializationState(StreamUsage::STREAM_USAGE_MEDIA); in HWTEST_F() local 338 EXPECT_EQ(getResult.spatializationEnabled, true); in HWTEST_F() 339 EXPECT_EQ(getResult.headTrackingEnabled, true); in HWTEST_F()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/ |
H A D | objectstore_fuzzer.cpp | 281 double getResult; in CreateObjectV9Fuzz() local 282 if (object->GetDouble(skey, getResult)) { in CreateObjectV9Fuzz()
|
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hyper_graphic_manager_test.cpp | 478 uint32_t getResult = instance.GetScreenCurrentRefreshRate(screenId3);
in HWTEST_F() local 479 STEP_ASSERT_EQ(getResult, 0);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 4097 bool getResult = bundleMgrProxy->GetBundleInfosByMetaData(metadata, bundleInfos); in HWTEST_F() local 4098 EXPECT_TRUE(getResult); in HWTEST_F() 4105 if (!getResult) { in HWTEST_F() 4134 bool getResult = bundleMgrProxy->GetBundleInfosByMetaData(metadata, bundleInfos); in HWTEST_F() local 4135 EXPECT_FALSE(getResult); in HWTEST_F() 4136 if (getResult) { in HWTEST_F() 4161 bool getResult = bundleMgrProxy->GetBundleInfosByMetaData("", bundleInfos); in HWTEST_F() local 4162 EXPECT_FALSE(getResult); in HWTEST_F()
|
Completed in 20 milliseconds