Home
last modified time | relevance | path

Searched defs:objType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_embed_info_wrapper.cpp68 std::string objType = ArkWebStringStructToClass(stType); in GetType() local
77 std::string objType = ArkWebStringStructToClass(stType); in GetTag() local
86 std::map<std::string, std::string> objType = ArkWebStringMapStructToClass(stType); in GetParams() local
H A Dark_web_file_selector_params_wrapper.cpp50 std::vector<std::string> objType = ArkWebStringVectorStructToClass(stType); in AcceptType() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_manager.cpp47 napi_valuetype objType = napi_undefined; in JS_SetDownloadDelegate() local
76 napi_valuetype objType = napi_undefined; in JS_ResumeDownload() local
/ohos5.0/base/security/certificate_framework/frameworks/common/v1.0/inc/
H A Dcf_magic.h28 #define CF_MAGIC(magicType, objType) (((magicType) << CF_MAGIC_SHIFT) | (objType)) argument
/ohos5.0/base/security/certificate_framework/test/fuzztest/cfcreate_fuzzer/
H A Dcfcreate_fuzzer.cpp32 CfObjectType objType = *(reinterpret_cast<CfObjectType *>(tmpData)); in CfCreateFuzzTest() local
/ohos5.0/base/security/certificate_framework/frameworks/ability/inc/
H A Dcf_ability.h28 #define CF_ABILITY(abilityType, objType) (((abilityType) << CF_ABILITY_SHIFT) | (objType)) argument
/ohos5.0/base/security/certificate_framework/frameworks/core/life/
H A Dcf_api.c71 CF_API_EXPORT int32_t CfCreate(CfObjectType objType, const CfEncodingBlob *in, CfObject **object) in CfCreate()
/ohos5.0/base/security/certificate_framework/test/unittest/common/src/
H A Dcf_test_sdk_common.cpp76 int32_t CertframeworkSdkTest::AbnormalTest(CfObjectType objType, const CfEncodingBlob *in, in AbnormalTest()
/ohos5.0/base/security/certificate_framework/test/fuzztest/cfgetandcheck_fuzzer/
H A Dcfgetandcheck_fuzzer.cpp153 bool CfObjectFuzzTest(const uint8_t* data, size_t size, CfObjectType objType) in CfObjectFuzzTest()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_device.cpp105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProper… in GetProperty()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_device.cpp105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProper… in GetProperty()