Home
last modified time | relevance | path

Searched refs:testAttr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_callback_impl_test.cpp75 auto testAttr = Common::MakeShared<Attributes>(); variable
76 ASSERT_TRUE(testAttr != nullptr);
84 EXPECT_TRUE(&reqRet == testAttr.get()); in __anon6d8c4ed60102()
90 contextCallback->OnResult(testResult, *testAttr);
97 auto testAttr = Common::MakeShared<Attributes>(); variable
98 ASSERT_TRUE(testAttr != nullptr);
102 auto testMsg = testAttr->Serialize();
130 ASSERT_TRUE(testAttr != nullptr);
133 auto testMsg = testAttr->Serialize();
158 ASSERT_TRUE(testAttr != nullptr);
[all …]
H A Duser_auth_service_test.cpp331 Attributes testAttr; variable
336 service.SetProperty(testUserId, testAuthType, testAttr, callbackInterface);
338 service.SetProperty(testUserId, testAuthType, testAttr, callbackInterface);
347 Attributes testAttr; variable
350 service.SetProperty(testUserId, testAuthType, testAttr, callbackInterface);
365 service.SetProperty(testUserId, testAuthType, testAttr, callbackInterface);
366 service.SetProperty(testUserId, testAuthType, testAttr, callbackInterface);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_service_test.cpp124 Attributes testAttr; variable
129 service->OnGetExecutorPropertyResult(testResult, testAttr);
135 Attributes testAttr; variable
148 service->OnGetExecutorPropertyResult(testResult, testAttr);
H A Duser_auth_proxy_test.cpp153 Attributes testAttr; variable
154 EXPECT_EQ(testAttr.SetInt32Value(Attributes::ATTR_RESULT_CODE, 1), true);
183 proxy->SetProperty(0, testAuthType, testAttr, testCallback);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp378 SessionAttribute testAttr; variable
379 testAttr.fastTransData = reinterpret_cast<uint8_t *>(const_cast<char *>(TEST_FAST_TRANS_DATA));
380 testAttr.fastTransDataSize = -1;
382 .attr = &testAttr,
490 SessionAttribute testAttr = { variable
493 param->attr = &testAttr;