/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/ |
H A D | algorithm_parameter.h | 35 const char *(*getType)(void); member
|
/base/security/certificate_framework/interfaces/inner_api/certificate/ |
H A D | crl.h | 33 const char *(*getType)(HcfCrl *self); member
|
/base/customization/enterprise_device_management/services/edm/src/ |
H A D | plugin_manager.cpp | 121 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 D | ResourceConfiguration.java | 151 public String getType() { in getType() method in ResourceConfiguration.ConfigItem
|
/base/web/webview/interfaces/native/ |
H A D | arkweb_type.h | 317 ArkWeb_WebMessageType (*getType)(ArkWeb_WebMessagePtr webMessage); member
|
H A D | arkweb_interface.cpp | 49 DO(getType, OH_WebMessage_GetType); \
|
/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account.cpp | 1175 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 D | measure_data.cpp | 669 fromUnitType = curUnit.getType(); in Convert() 672 toUnitType = curUnit.getType(); in Convert()
|
H A D | i18n_calendar.cpp | 307 const char *type = icuCalendar->getType();
in GetDisplayName()
|
H A D | number_format.cpp | 171 unitType = curUnit.getType(); in InitProperties()
|
H A D | date_time_format.cpp | 624 map.insert(std::make_pair("calendar", calendar->getType())); in GetResolvedOptions()
|
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_cipher.cpp | 61 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 D | napi_utils.cpp | 380 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 D | x509_crl.c | 405 x509CertImpl->base.base.getType = GetType; in HcfX509CrlCreate()
|
/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/ |
H A D | x509crl_fuzzer.cpp | 197 (void)x509CrlPem->base.getType(&(x509CrlPem->base)); in TestX509CrlPem()
|
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | crypto_ffi.cpp | 396 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 D | crypto_x509_crl_test.cpp | 245 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 D | intl_test_extent.cpp | 381 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 D | napi_x509_crl.cpp | 320 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()
|