/foundation/arkui/napi/test/unittest/jsvm/ |
H A D | test_jsvm.cpp | 427 JSVM_Value input2; in HWTEST_F() local 429 JSVM_CALL(OH_JSVM_GetNull(env, &input2)); in HWTEST_F() 430 JSVM_CALL(OH_JSVM_IsNull(env, input2, &result2)); in HWTEST_F() 442 JSVM_Value input2; in HWTEST_F() local 444 JSVM_CALL(OH_JSVM_GetUndefined(env, &input2)); in HWTEST_F() 445 JSVM_CALL(OH_JSVM_IsUndefined(env, input2, &result2)); in HWTEST_F() 457 JSVM_Value input2; in HWTEST_F() local 459 JSVM_CALL(OH_JSVM_GetNull(env, &input2)); in HWTEST_F() 460 JSVM_CALL(OH_JSVM_IsNullOrUndefined(env, input2, &result2)); in HWTEST_F() 464 JSVM_CALL(OH_JSVM_GetUndefined(env, &input2)); in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | types_util_test.cpp | 126 int32_t input2 = -10; in HWTEST_F() local 135 ASSERT_TRUE(ITypesUtil::Marshal(parcel, input1, input2, input3, input4, input5, input6, input7->AsObject())); in HWTEST_F() 145 ASSERT_EQ(output2, input2); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.h | 49 uint8_t input2[CRYPT_AESCMAC_IN_LEN]; member
|
H A D | smp_tool.c | 554 cryptXor128param.b = param->input2; in SMP_CryptographicAesCmacStep2() 570 cryptAesCmacStep2Param.input2, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1Param.output2, CRYPT_AESCMAC_IN_LEN); in SMP_ConstituteAesCmacStep3Param()
|
H A D | smp.c | 1664 cryptAesCmacstep2Param.input2, CRYPT_AESCMAC_IN_LEN, cryptAesCmacStep1parm.output2, CRYPT_AESCMAC_IN_LEN); in SMP_GenerateSignatureStep1()
|
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/ |
H A D | continuation_manager_test.cpp | 59 const std::u16string TEST_INPUT2 = u"test input2"; 62 const std::string TEST_INPUT4 = "test input2"; 1333 std::vector<std::string> input2; in HWTEST_F() local 1334 input2.emplace_back(TEST_INPUT3); in HWTEST_F() 1335 input2.emplace_back(TEST_INPUT4); in HWTEST_F() 1339 size_t size1 = input2.size(); in HWTEST_F() 1343 EXPECT_EQ(input2[i], input3[i]); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 602 const std::shared_ptr<std::unordered_map<std::string, std::string>> input2 =
in HWTEST_F() local 604 input2->emplace("key1", "value1");
in HWTEST_F() 605 std::string ret4 = Recorder::MapToString(input2);
in HWTEST_F()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/ |
H A D | compilation_test.cpp | 40 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local 41 ret = innerModel.AddTensor(input2); in BuildModel()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/ |
H A D | compilation_test.cpp | 40 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local 41 ret = innerModel.AddTensor(input2); in BuildModel()
|
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
H A D | nn_compiler_test.cpp | 131 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local 132 ret = innerModel.AddTensor(input2); in BuildModel()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 115 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local 116 ret = model.AddTensor(input2); in BuildModel()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng.cpp | 1126 auto defaultCallback = [&flag](bool input1, double input2) { flag += 1; }; in HWTEST_F() 1499 callbackInfo.callback = [&flag](bool input1, double input2) { flag += 1; }; in HWTEST_F()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 45 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local 46 ret = model.AddTensor(input2); in BuildModel()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 116 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local 117 ret = model.AddTensor(input2); in BuildModel()
|