Home
last modified time | relevance | path

Searched refs:getType (Results 1 - 19 of 19) sorted by relevance

/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/
H A Dalgorithm_parameter.h35 const char *(*getType)(void); member
/base/security/certificate_framework/interfaces/inner_api/certificate/
H A Dcrl.h33 const char *(*getType)(HcfCrl *self); member
/base/customization/enterprise_device_management/services/edm/src/
H A Dplugin_manager.cpp121 IPlugin::PermissionType getType = plugin->GetPermissionType(FuncOperateType::GET); in AddPlugin() local
124 result = PermissionManager::GetInstance()->AddPermission(getConfig.permission, getType); in AddPlugin()
133 if (PermissionManager::GetInstance()->AddPermission(item.second, getType) != ERR_OK) { in AddPlugin()
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DResourceConfiguration.java151 public String getType() { in getType() method in ResourceConfiguration.ConfigItem
/base/web/webview/interfaces/native/
H A Darkweb_type.h317 ArkWeb_WebMessageType (*getType)(ArkWeb_WebMessagePtr webMessage); member
H A Darkweb_interface.cpp49 DO(getType, OH_WebMessage_GetType); \
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1175 auto getType = std::make_unique<GetTypeAsyncContext>(); in GetOsAccountTypeFromProcessInner() local
1176 getType->env = env; in GetOsAccountTypeFromProcessInner()
1177 getType->throwErr = throwErr; in GetOsAccountTypeFromProcessInner()
1179 if (!ParseParaGetType(env, cbInfo, getType.get()) && throwErr) { in GetOsAccountTypeFromProcessInner()
1184 if (getType->callbackRef == nullptr) { in GetOsAccountTypeFromProcessInner()
1185 napi_create_promise(env, &getType->deferred, &result); in GetOsAccountTypeFromProcessInner()
1194 reinterpret_cast<void *>(getType.get()), &getType->work); in GetOsAccountTypeFromProcessInner()
1196 napi_queue_async_work_with_qos(env, getType->work, napi_qos_default); in GetOsAccountTypeFromProcessInner()
1197 getType in GetOsAccountTypeFromProcessInner()
[all...]
/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp669 fromUnitType = curUnit.getType(); in Convert()
672 toUnitType = curUnit.getType(); in Convert()
H A Di18n_calendar.cpp307 const char *type = icuCalendar->getType(); in GetDisplayName()
H A Dnumber_format.cpp171 unitType = curUnit.getType(); in InitProperties()
H A Ddate_time_format.cpp624 map.insert(std::make_pair("calendar", calendar->getType())); in GetResolvedOptions()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp61 if (IV_PARAMS_SPEC.compare(paramsSpec->getType()) == 0) { in FreeParamsSpec()
67 if (GCM_PARAMS_SPEC.compare(paramsSpec->getType()) == 0) { in FreeParamsSpec()
79 if (CCM_PARAMS_SPEC.compare(paramsSpec->getType()) == 0) { in FreeParamsSpec()
H A Dnapi_utils.cpp380 ivParamsSpec->base.getType = GetIvParamsSpecType; in GetIvParamsSpec()
441 gcmParamsSpec->base.getType = GetGcmParamsSpecType; in GetGcmParamsSpec()
495 ccmParamsSpec->base.getType = GetCcmParamsSpecType; in GetCcmParamsSpec()
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_crl.c405 x509CertImpl->base.base.getType = GetType; in HcfX509CrlCreate()
/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/
H A Dx509crl_fuzzer.cpp197 (void)x509CrlPem->base.getType(&(x509CrlPem->base)); in TestX509CrlPem()
/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp396 ivParamsSpec->base.getType = GetIvParamsSpecType; in FfiOHOSCipherInitByIv()
439 gcmParamsSpec->base.getType = GetGcmParamsSpecType; in FfiOHOSCipherInitByGcm()
483 ccmParamsSpec->base.getType = GetCcmParamsSpecType; in FfiOHOSCipherInitByCcm()
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_crl_test.cpp245 const char *resStr = x509Crl->base.getType(reinterpret_cast<HcfCrl *>(x509Crl)); in HWTEST_F()
259 const char *resStr = x509Crl->base.getType(nullptr); in HWTEST_F()
1652 const char *tmp = g_x509Crl->base.getType(&(invalidCrl.base)); in HWTEST_F()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp381 std::string getType = GetType("$$%"); in HWTEST_F() local
382 EXPECT_EQ(getType, "U_CURRENCY_SYMBOL"); in HWTEST_F()
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl.cpp320 const char *type = x509Crl->base.getType(&(x509Crl->base)); in GetType()
1467 DECLARE_NAPI_FUNCTION("getType", NapiGetType), in DefineX509CrlJS()
1503 DECLARE_NAPI_FUNCTION("getType", NapiGetType), in DefineX509CRLJS()

Completed in 27 milliseconds