Home
last modified time | relevance | path

Searched defs:type (Results 1 - 25 of 129) sorted by relevance

123456

/test/ostest/wukong/input_factory/src/
H A Dinput_factory.cpp30 std::shared_ptr<InputAction> InputFactory::GetInputAction(InputType type) in GetInputAction() argument
/test/ostest/wukong/report/src/
H A Dfilter_category.cpp28 void FilterCategory::FilterDetail(std::string type, std::map<std::string, std::string> data, in FilterDetail() argument
H A Dfilter.cpp26 void Filter::FilterDetail(std::string type, std::map<std::string, std::string> data, in FilterDetail() argument
/test/ostest/wukong/component_event/src/
H A Dcomponent_tree.cpp75 uint64_t type = GetSubName(type_, typeCount); in SetNodeId() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_type_test.cpp23 int32_t type = ARKUI_TEXTAREA_TYPE_NORMAL; in TestTextAreaType001() local
35 int32_t type = ARKUI_TEXTAREA_TYPE_NUMBER; in TestTextAreaType002() local
47 int32_t type = ARKUI_TEXTAREA_TYPE_PHONE_NUMBER; in TestTextAreaType003() local
59 int32_t type in TestTextAreaType004() local
71 int32_t type = -100; TestTextAreaType005() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_event_null_test.cpp28 auto type = OH_ArkUI_NodeCustomEvent_GetEventType(nullptr); in CustomComponentEventNull001() local
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/
H A Dpoc.cpp26 int type; member
/test/xts/device_attest/common/permission/src/
H A Dpermission.cpp41 ATokenTypeEnum type = AccessTokenKit::GetTokenTypeFlag(tokenId); in IsSystem() local
70 ATokenTypeEnum type = AccessTokenKit::GetTokenTypeFlag(tokenId); in IsPermissionGranted() local
[all...]
/test/xts/hats/hdf/bluetooth/hdiService/
H A Dbluetooth_hci_callback_impl.cpp32 int32_t HciCallbackImpl::OnReceivedHciPacket(BtType type, const std::vector<uint8_t> &data) in OnReceivedHciPacket() argument
/test/xts/hats/kernel/syscall_ipc/msg_handle/
H A DMsgHandleApiTest.cpp38 long type; member
/test/xts/device_attest_lite/services/core/include/utils/
H A Dattest_utils_timer.h46 AttestTimerType type; member
/test/xts/device_attest/services/core/include/utils/
H A Dattest_utils_timer.h46 AttestTimerType type; member
/test/xts/device_attest_lite/services/core/adapter/
H A Dattest_adapter_oem.c21 bool OEMIsFlagExist(OEM_FLAG_TYPE type) in OEMIsFlagExist() argument
35 int32_t OEMCreateFlag(OEM_FLAG_TYPE type) in OEMCreateFlag() argument
/test/ostest/wukong/component_event/include/
H A Dcomponent_tree.h77 void AddTypeInputCount(uint32_t type) in AddTypeInputCount() argument
/test/ostest/wukong/report/include/
H A Dcsv_utils.h31 std::string type; member
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_nodeadapterevent_test.cpp93 auto type = OH_ArkUI_NodeAdapterEvent_GetType(event); in CallBack() local
/test/xts/acts/multimedia/audio/ohaudioNdktest/
H A DActsOhaudioNdkTest.cpp49 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; in CreateRenderBuilder() local
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_attest_test_common.cpp158 static int32_t ValidataAndCompareCertInfo(ParamType type, const struct OH_Huks_CertChain *certChain, in ValidataAndCompareCertInfo() argument
181 ValidateCertChainTest(const struct OH_Huks_CertChain *certChain, const struct OH_Huks_Param tmpParam[], ParamType type) ValidateCertChainTest() argument
/test/xts/device_attest/services/core/adapter/
H A Dattest_adapter_oem.c21 bool OEMIsFlagExist(OEM_FLAG_TYPE type) in OEMIsFlagExist() argument
35 int32_t OEMCreateFlag(OEM_FLAG_TYPE type) in OEMCreateFlag() argument
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_timer.c48 static ATTEST_TIMER_ID AttestTimerCreate(TimerCallbackFunc func, AttestTimerType type, in AttestTimerCreate() argument
132 AttestTimerType type = (isOnce == ATTEST_TIMER_TYPE_ONCE) ? ATTEST_TIMER_TYPE_ONCE : ATTEST_TIMER_TYPE_PERIOD; in AttestStartTimerTask() local
/test/xts/device_attest/test/fuzztest/devattestadapteroem_fuzzer/
H A Ddevattestadapteroem_fuzzer.cpp62 static void OEMWriteData(const uint8_t* data, size_t size, int32_t type) in OEMWriteData() argument
/test/xts/device_attest/test/performancetest/src/
H A Ddevattestservice_performance_test.cpp42 void SetPhaseConsumeTime(AttestPhaseType type, long long time) in SetPhaseConsumeTime() argument
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_timer.c51 static ATTEST_TIMER_ID AttestTimerCreate(TimerCallbackFunc func, AttestTimerType type, in AttestTimerCreate() argument
135 AttestTimerType type = (isOnce == ATTEST_TIMER_TYPE_ONCE) ? ATTEST_TIMER_TYPE_ONCE : ATTEST_TIMER_TYPE_PERIOD; in AttestStartTimerTask() local
/test/xts/hats/hdf/location/geofence_additional/
H A Dlocation_geofence_test.cpp68 int32_t GeofenceCallbackImpl::ReportGeofenceOperateResult(int32_t fenceIndex, GeofenceOperateType type, in ReportGeofenceOperateResult() argument
/test/xts/hats/hdf/location/geofence/
H A Dlocation_geofence_test.cpp70 int32_t GeofenceCallbackImpl::ReportGeofenceOperateResult(int32_t fenceIndex, GeofenceOperateType type, GeofenceOperateResult result) in ReportGeofenceOperateResult() argument

Completed in 12 milliseconds

123456