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 D | ark_web_native_embed_info_wrapper.cpp | 68 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 D | ark_web_file_selector_params_wrapper.cpp | 50 std::vector<std::string> objType = ArkWebStringVectorStructToClass(stType); in AcceptType() local
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_web_download_manager.cpp | 47 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 D | cf_magic.h | 28 #define CF_MAGIC(magicType, objType) (((magicType) << CF_MAGIC_SHIFT) | (objType)) argument
|
/ohos5.0/base/security/certificate_framework/test/fuzztest/cfcreate_fuzzer/ |
H A D | cfcreate_fuzzer.cpp | 32 CfObjectType objType = *(reinterpret_cast<CfObjectType *>(tmpData)); in CfCreateFuzzTest() local
|
/ohos5.0/base/security/certificate_framework/frameworks/ability/inc/ |
H A D | cf_ability.h | 28 #define CF_ABILITY(abilityType, objType) (((abilityType) << CF_ABILITY_SHIFT) | (objType)) argument
|
/ohos5.0/base/security/certificate_framework/frameworks/core/life/ |
H A D | cf_api.c | 71 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 D | cf_test_sdk_common.cpp | 76 int32_t CertframeworkSdkTest::AbnormalTest(CfObjectType objType, const CfEncodingBlob *in, in AbnormalTest()
|
/ohos5.0/base/security/certificate_framework/test/fuzztest/cfgetandcheck_fuzzer/ |
H A D | cfgetandcheck_fuzzer.cpp | 153 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 D | drm_device.cpp | 105 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 D | drm_device.cpp | 105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProper… in GetProperty()
|