Searched refs:inputType (Results 1 – 8 of 8) sorted by relevance
84 int32_t inputType = 1; variable86 processDump->SetType(static_cast<ProcessDumpType>(inputType));89 EXPECT_EQ(true, inputType == outputType) << "ProcessDumpTest001 Failed";102 int32_t inputType = 164; variable104 processDump->SetType(static_cast<ProcessDumpType>(inputType));107 EXPECT_EQ(true, inputType == outputType) << "ProcessDumpTest002 Failed";120 int32_t inputType = 3; variable122 processDump->SetType(static_cast<ProcessDumpType>(inputType));125 EXPECT_EQ(true, inputType == outputType) << "ProcessDumpTest003 Failed";
48 const inputType :string = 'utf-8'; constant49 this.xmlSerializerClass = new XML.XmlSerializer(arguments[0], inputType);
343 void AccessibilityElementInfo::SetInputType(const int inputType) in SetInputType() argument345 (void)inputType; in SetInputType()
305 void AccessibilityElementInfo::SetInputType(const int inputType) in SetInputType() argument
281 void AccessibilityElementInfo::SetInputType(const int inputType) in SetInputType() argument
1724 void SetInputType(const int inputType);
665 void AccessibilityElementInfo::SetInputType(const int inputType) in SetInputType() argument667 inputType_ = inputType; in SetInputType()
806 int inputType = elementInfo.GetInputType(); in ConvertElementInfoToJS() local807 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, inputType, &nInputType)); in ConvertElementInfoToJS()809 HILOG_DEBUG("inputType[%{public}d]", inputType); in ConvertElementInfoToJS()