Home
last modified time | relevance | path

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

/base/notification/common_event_service/frameworks/extension/src/ipc/
H A Dstatic_subscriber_proxy.cpp45 ErrCode ec = reply.ReadInt32(); in OnReceiveEvent() local
46 if (FAILED(ec)) { in OnReceiveEvent()
47 return ec; in OnReceiveEvent()
H A Dstatic_subscriber_stub.cpp29 ErrCode ec = OnReceiveEvent(data.ReadParcelable<CommonEventData>()); in OnRemoteRequest() local
30 reply.WriteInt32(ec); in OnRemoteRequest()
/base/global/i18n/services/src/
H A Dhmos_timezone_mount.cpp102 std::error_code ec; in ensureDirectoryExists() local
105 std::filesystem::create_directories(dir_path, ec); in ensureDirectoryExists()
106 if (ec) { in ensureDirectoryExists()
108 ec.message().c_str()); in ensureDirectoryExists()
115 std::error_code ec; in clearPath() local
117 std::filesystem::remove_all(entry.path(), ec); in clearPath()
118 if (ec) { in clearPath()
120 ec.message().c_str()); in clearPath()
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_connection.cpp30 ErrCode ec = proxy->OnReceiveEvent(&event_); in OnAbilityConnectDone() local
31 EVENT_LOGI("OnAbilityConnectDone end, bundle = %{public}s, code = %{public}d", element.GetURI().c_str(), ec); in OnAbilityConnectDone()
/base/sensors/miscdevice/utils/common/include/
H A Dsensors_errors.h186 #define CK(cond, ec) \
190 __FILE__, __LINE__, #cond, ec); \
258 #define CK(cond, ec) \
261 MISC_HILOGE("CK(%{public}s), errCode:%{public}d", #cond, ec); \
/base/sensors/sensor/utils/common/include/
H A Dsensor_errors.h217 #define CK(cond, ec) \
221 __FILE__, __LINE__, #cond, ec); \
305 #define CK(cond, ec) \
308 SEN_HILOGE("CK(%{public}s), errCode:%{public}d", #cond, ec); \
/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
H A Dcertificate_openssl_class.h27 #include <openssl/ec.h>
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h25 #include <openssl/ec.h>
H A Dopenssl_common.h22 #include <openssl/ec.h>
H A Dopenssl_adapter.h19 #include <openssl/ec.h>
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_sign.h20 #include <openssl/ec.h>
H A Dpkg_algo_sign.cpp18 #include <openssl/ec.h>
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp264 #11 pc 00000000000139ec /system/bin/appspawn in HWTEST_F()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_app_cert_process.c20 #include <openssl/ec.h>
285 CM_LOG_E("save ec key material failed ret=0x%x", ret); in ImportEccKey()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_sm2.c28 #include <openssl/ec.h>
H A Dhks_openssl_ecc.c26 #include <openssl/ec.h>
181 HKS_LOG_E("new ec key failed"); in HksOpensslEccGenerateKey()
187 HKS_LOG_E("generate ec key failed"); in HksOpensslEccGenerateKey()
193 HKS_IF_NOT_SUCC_LOGE(ret, "save ec key material failed! ret=0x%" LOG_PUBLIC "x", ret) in HksOpensslEccGenerateKey()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_ecc_helper.c21 #include <openssl/ec.h>
/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c28 #include <openssl/ec.h>
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp45 #include <openssl/ec.h>

Completed in 12 milliseconds