Home
last modified time | relevance | path

Searched refs:input2 (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/napi/test/unittest/jsvm/
H A Dtest_jsvm.cpp427 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 Dtypes_util_test.cpp126 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 Dsmp_tool.h49 uint8_t input2[CRYPT_AESCMAC_IN_LEN]; member
H A Dsmp_tool.c554 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 Dsmp.c1664 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 Dcontinuation_manager_test.cpp59 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 Devent_recorder_test.cpp602 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 Dcompilation_test.cpp40 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 Dcompilation_test.cpp40 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 Dnn_compiler_test.cpp131 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 Dneural_network_runtime_test.cpp115 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 Dframe_node_test_ng.cpp1126 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 Dneural_network_core_test.cpp45 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 Dneural_network_runtime_test.cpp116 OH_NN_Tensor input2 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
117 ret = model.AddTensor(input2); in BuildModel()

Completed in 33 milliseconds