/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/ |
H A D | audio_driver_log.h | 26 #define ADM_LOG_DEBUG(fmt, arg...) do { \ argument 37 #define ADM_LOG_ERR(fmt, arg...) do { \ argument 41 #define ADM_LOG_INFO(fmt, arg...) do { \ argument 45 #define ADM_LOG_WARNING(fmt, arg...) do { \ argument 51 #define AUDIO_DRIVER_LOG_DEBUG(fmt, arg...) do { \ argument 62 #define AUDIO_DRIVER_LOG_ERR(fmt, arg...) do { \ argument 66 #define AUDIO_DRIVER_LOG_INFO(fmt, arg...) do { \ argument 70 #define AUDIO_DRIVER_LOG_WARNING(fmt, arg...) do { \ argument 76 #define AUDIO_DEVICE_LOG_DEBUG(fmt, arg...) do { \ argument 87 #define AUDIO_DEVICE_LOG_ERR(fmt, arg...) do { \ argument [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_command_processor.cpp | 146 int HfpAgCommandProcessor::StoiTryCatch(HfpAgDataConnection &dataConn, const std::string &arg) in StoiTryCatch() 220 void HfpAgCommandProcessor::AtEmptyFn(HfpAgDataConnection &dataConn, const std::string &arg) in AtEmptyFn() 263 void HfpAgCommandProcessor::VgsSetter(HfpAgDataConnection &dataConn, const std::string &arg) in VgsSetter() 269 void HfpAgCommandProcessor::VgmSetter(HfpAgDataConnection &dataConn, const std::string &arg) in VgmSetter() 276 void HfpAgCommandProcessor::CcwaSetter(HfpAgDataConnection &dataConn, const std::string &arg) in CcwaSetter() 282 void HfpAgCommandProcessor::ChldSetter(HfpAgDataConnection &dataConn, const std::string &arg) in ChldSetter() 301 void HfpAgCommandProcessor::ChldTester(HfpAgDataConnection &dataConn, const std::string &arg) in ChldTester() 382 void HfpAgCommandProcessor::VtsSetter(HfpAgDataConnection &dataConn, const std::string &arg) in VtsSetter() 479 void HfpAgCommandProcessor::BiaSetter(HfpAgDataConnection &dataConn, const std::string &arg) in BiaSetter() 539 void HfpAgCommandProcessor::BcsSetter(HfpAgDataConnection &dataConn, const std::string &arg) in BcsSetter() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/ |
H A D | platform_log.h | 15 #define PLAT_LOGV(fmt, arg...) argument 17 #define PLAT_LOGV(fmt, arg...) HDF_LOGV(fmt, ##arg) argument 20 #define PLAT_LOGD(fmt, arg...) HDF_LOGD(fmt, ##arg) argument 21 #define PLAT_LOGI(fmt, arg...) HDF_LOGI(fmt, ##arg) argument 22 #define PLAT_LOGW(fmt, arg...) HDF_LOGW(fmt, ##arg) argument 23 #define PLAT_LOGE(fmt, arg...) HDF_LOGE(fmt, ##arg) argument
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/ |
H A D | audio_uhdf_log.h | 27 #define AUDIO_FUNC_LOGD(fmt, arg...) do { \ argument 30 #define AUDIO_FUNC_LOGI(fmt, arg...) do { \ argument 33 #define AUDIO_FUNC_LOGD(fmt, arg...) do { \ argument 37 #define AUDIO_FUNC_LOGI(fmt, arg...) do { \ argument 42 #define AUDIO_FUNC_LOGW(fmt, arg...) do { \ argument 46 #define AUDIO_FUNC_LOGE(fmt, arg...) do { \ argument
|
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_x509_cert_match_parameters.cpp | 32 static bool GetValidDate(napi_env env, napi_value arg, CfBlob *&out) in GetValidDate() 47 static bool GetIssuer(napi_env env, napi_value arg, CfBlob *&out) in GetIssuer() 61 static bool GetKeyUsage(napi_env env, napi_value arg, CfBlob *&out) in GetKeyUsage() 75 static bool GetSerialNumber(napi_env env, napi_value arg, CfBlob *&out) in GetSerialNumber() 98 static bool GetSubject(napi_env env, napi_value arg, CfBlob *&out) in GetSubject() 112 static bool GetPublicKey(napi_env env, napi_value arg, CfBlob *&out) in GetPublicKey() 126 static bool GetPublicKeyAlgId(napi_env env, napi_value arg, CfBlob *&out) in GetPublicKeyAlgId() 140 static bool GetX509Cert(napi_env env, napi_value arg, HcfCertificate *&out) in GetX509Cert() 241 static bool GetNameConstraints(napi_env env, napi_value arg, CfBlob *&out) in GetNameConstraints() 255 static bool GetCertPolicy(napi_env env, napi_value arg, CfArray *&out) in GetCertPolicy() [all …]
|
H A D | napi_x509_crl_match_parameters.cpp | 32 static bool GetIssuer(napi_env env, napi_value arg, CfBlobArray *&out) in GetIssuer() 46 static bool GetX509Cert(napi_env env, napi_value arg, HcfCertificate *&out) in GetX509Cert() 69 static bool GetUpdateDateTime(napi_env env, napi_value arg, CfBlob *&out) in GetUpdateDateTime() 83 static bool GetCRLNum(napi_env env, napi_value arg, const std::string nameTag, CfBlob *&out) in GetCRLNum() 106 bool BuildX509CrlMatchParams(napi_env env, napi_value arg, HcfX509CrlMatchParams *&matchParams) in BuildX509CrlMatchParams()
|
H A D | napi_x509_trust_anchor.cpp | 33 static bool GetCACert(napi_env env, napi_value arg, HcfX509Certificate *&out) in GetCACert() 54 static bool GetCASubject(napi_env env, napi_value arg, CfBlob *&out) in GetCASubject() 68 static bool GetNameConstraints(napi_env env, napi_value arg, CfBlob *&out) in GetNameConstraints() 82 static bool GetCAPubKey(napi_env env, napi_value arg, CfBlob *&out) in GetCAPubKey() 143 bool BuildX509TrustAnchorObj(napi_env env, napi_value arg, HcfX509TrustAnchor *&trustAnchor) in BuildX509TrustAnchorObj()
|
H A D | napi_x509_cert_chain_validate_params.cpp | 35 static bool GetValidDate(napi_env env, napi_value arg, CfBlob *&out) in GetValidDate() 50 static bool GetArrayLength(napi_env env, napi_value arg, uint32_t &length) in GetArrayLength() 67 static bool GetX509TrustAnchorArray(napi_env env, napi_value arg, HcfX509TrustAnchorArray *&out) in GetX509TrustAnchorArray() 116 static bool GetCertCRLCollectionArray(napi_env env, napi_value arg, HcfCertCRLCollectionArray *&out) in GetCertCRLCollectionArray() 325 static bool GetRevocationCheckParam(napi_env env, napi_value arg, HcfRevocationCheckParam *&out) in GetRevocationCheckParam() 354 static bool GetValidationPolicyType(napi_env env, napi_value arg, HcfValPolicyType &out) in GetValidationPolicyType() 366 static bool GetSSLHostname(napi_env env, napi_value arg, CfBlob *&out) in GetSSLHostname() 381 static bool GetKeyUsage(napi_env env, napi_value arg, HcfKuArray *&out) in GetKeyUsage() 472 bool BuildX509CertChainValidateParams(napi_env env, napi_value arg, HcfX509CertChainValidateParams … in BuildX509CertChainValidateParams()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/include/ |
H A D | hdf_log_adapter.h | 46 #define HDF_LOGV_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_DOMAIN, fmt, ##arg) argument 48 #define HDF_LOGD_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_DOMAIN, fmt, ##arg) argument 50 #define HDF_LOGI_WRAPPER(fmt, arg...) HILOG_INFO(LOG_DOMAIN, fmt, ##arg) argument 52 #define HDF_LOGW_WRAPPER(fmt, arg...) HILOG_WARN(LOG_DOMAIN, fmt, ##arg) argument 54 #define HDF_LOGE_WRAPPER(fmt, arg...) HILOG_ERROR(LOG_DOMAIN, fmt, ##arg) argument
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/include/ |
H A D | hdf_log_adapter.h | 46 #define HDF_LOGV_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_DOMAIN, fmt, ##arg) argument 48 #define HDF_LOGD_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_DOMAIN, fmt, ##arg) argument 50 #define HDF_LOGI_WRAPPER(fmt, arg...) HILOG_INFO(LOG_DOMAIN, fmt, ##arg) argument 52 #define HDF_LOGW_WRAPPER(fmt, arg...) HILOG_WARN(LOG_DOMAIN, fmt, ##arg) argument 54 #define HDF_LOGE_WRAPPER(fmt, arg...) HILOG_ERROR(LOG_DOMAIN, fmt, ##arg) argument
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/include/ |
H A D | hdf_log_adapter.h | 46 #define HDF_LOGV_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_DOMAIN, fmt, ##arg) argument 48 #define HDF_LOGD_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_DOMAIN, fmt, ##arg) argument 50 #define HDF_LOGI_WRAPPER(fmt, arg...) HILOG_INFO(LOG_DOMAIN, fmt, ##arg) argument 52 #define HDF_LOGW_WRAPPER(fmt, arg...) HILOG_WARN(LOG_DOMAIN, fmt, ##arg) argument 54 #define HDF_LOGE_WRAPPER(fmt, arg...) HILOG_ERROR(LOG_DOMAIN, fmt, ##arg) argument
|
/ohos5.0/drivers/hdf_core/adapter/uhdf/posix/include/ |
H A D | hdf_log_adapter.h | 28 #define HDF_LOGV_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_DOMAIN, fmt, ##arg) argument 30 #define HDF_LOGD_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_DOMAIN, fmt, ##arg) argument 32 #define HDF_LOGI_WRAPPER(fmt, arg...) HILOG_INFO(LOG_DOMAIN, fmt, ##arg) argument 34 #define HDF_LOGW_WRAPPER(fmt, arg...) HILOG_WARN(LOG_DOMAIN, fmt, ##arg) argument 36 #define HDF_LOGE_WRAPPER(fmt, arg...) HILOG_ERROR(LOG_DOMAIN, fmt, ##arg) argument
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/uhdf/ |
H A D | hdf_log_adapter.h | 61 #define HDF_LOGV_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_CORE, fmt, ##arg) argument 66 #define HDF_LOGD_WRAPPER(fmt, arg...) HILOG_DEBUG(LOG_CORE, fmt, ##arg) argument 71 #define HDF_LOGI_WRAPPER(fmt, arg...) HILOG_INFO(LOG_CORE, fmt, ##arg) argument 76 #define HDF_LOGW_WRAPPER(fmt, arg...) HILOG_WARN(LOG_CORE, fmt, ##arg) argument 81 #define HDF_LOGE_WRAPPER(fmt, arg...) HILOG_ERROR(LOG_CORE, fmt, ##arg) argument
|
/ohos5.0/drivers/peripheral/intelligent_voice/utils/ |
H A D | intell_voice_log.h | 24 #define INTELLIGENT_VOICE_LOGD(fmt, arg...) \ argument 29 #define INTELLIGENT_VOICE_LOGI(fmt, arg...) \ argument 35 #define INTELLIGENT_VOICE_LOGW(fmt, arg...) \ argument 40 #define INTELLIGENT_VOICE_LOGE(fmt, arg...) \ argument
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_accessors.cpp | 46 bool DfxAccessors::GetMapByPcAndCtx(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPcAndCtx() 103 NO_SANITIZE int DfxAccessorsLocal::AccessMem(uintptr_t addr, uintptr_t *val, void *arg) in AccessMem() 117 int DfxAccessorsLocal::AccessReg(int reg, uintptr_t *val, void *arg) in AccessReg() 131 int DfxAccessorsLocal::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() 155 int DfxAccessorsLocal::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() 163 int DfxAccessorsRemote::AccessMem(uintptr_t addr, uintptr_t *val, void *arg) in AccessMem() 214 int DfxAccessorsRemote::AccessReg(int reg, uintptr_t *val, void *arg) in AccessReg() 228 int DfxAccessorsRemote::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() 253 int DfxAccessorsRemote::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() 261 int DfxAccessorsCustomize::AccessMem(uintptr_t addr, uintptr_t *val, void *arg) in AccessMem() [all …]
|
/ohos5.0/base/security/asset/frameworks/os_dependency/log/inc/ |
H A D | asset_log.h | 30 #define LOGD(fmt, arg...) \ argument 33 #define LOGI(fmt, arg...) \ argument 36 #define LOGW(fmt, arg...) \ argument 39 #define LOGE(fmt, arg...) \ argument
|
/ohos5.0/drivers/peripheral/audio/hdi_service/vendor_interface/utils/ |
H A D | audio_uhdf_log.h | 27 #define AUDIO_FUNC_LOGD(fmt, arg...) \ argument 31 #define AUDIO_FUNC_LOGI(fmt, arg...) \ argument 35 #define AUDIO_FUNC_LOGD(fmt, arg...) \ argument 40 #define AUDIO_FUNC_LOGI(fmt, arg...) \ argument 46 #define AUDIO_FUNC_LOGW(fmt, arg...) \ argument 51 #define AUDIO_FUNC_LOGE(fmt, arg...) \ argument
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_command_processor.cpp | 60 int HfpHfCommandProcessor::StoiTryCatch(const std::string &arg) in StoiTryCatch() 78 HfpHfDataConnection &dataConn, const std::string &cmd, const std::string &arg) in ProcessCommand() 94 void HfpHfCommandProcessor::ProcessOK(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessOK() 178 void HfpHfCommandProcessor::ProcessCops(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessCops() 193 void HfpHfCommandProcessor::ProcessBtrh(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessBtrh() 206 void HfpHfCommandProcessor::ProcessBusy(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessBusy() 236 void HfpHfCommandProcessor::ProcessRing(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessRing() 251 void HfpHfCommandProcessor::ProcessCindTester(HfpHfDataConnection &dataConn, std::string arg) in ProcessCindTester() 365 void HfpHfCommandProcessor::ProcessCindGetter(HfpHfDataConnection &dataConn, std::string arg) in ProcessCindGetter() 446 HfpHfDataConnection &dataConn, const std::string &arg) in ProcessListHfIndicators() [all …]
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
H A D | util.h | 28 struct arg { struct 29 using type = typename std::tuple_element<i, std::tuple<Args...>>::type;
|
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_dump_test.cpp | 50 std::u16string arg = u"-i"; variable 65 std::u16string arg = u"-u"; variable 80 std::u16string arg = u"-r"; variable 95 std::u16string arg = u"-l"; variable 110 std::u16string arg = u"-ls"; variable 197 std::u16string arg = u"--capacity"; variable 212 std::u16string arg = u"--capacity 200"; variable 269 std::u16string arg = u"--uevent"; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_connection_proxy.cpp | 35 MessageParcel arg; in RequestNextVSync() local 50 MessageParcel arg; in SetUiDvsyncSwitch() local 66 MessageParcel arg; in SetNativeDVSyncSwitch() local 93 MessageParcel arg; in SetUiDvsyncConfig() local 111 MessageParcel arg; in GetReceiveFd() local 134 MessageParcel arg; in SetVSyncRate() local 149 MessageParcel arg; in Destroy() local
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_mgr_dump_test.cpp | 67 std::u16string arg = u"-i"; variable 82 std::u16string arg = u"-k"; variable 97 std::u16string arg = u"-r"; variable 116 std::u16string arg = u"-h"; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/ |
H A D | action_sheet_model_ng.cpp | 25 void ActionSheetModelNG::ShowActionSheet(const DialogProperties& arg) in ShowActionSheet() 63 void ActionSheetModelNG::SetCancel(std::function<void()>&& eventFunc, DialogProperties& arg) in SetCancel() 69 DialogProperties& arg) in SetOnWillDismiss() 75 …c&& gestureEvent, std::function<void()>&& eventFunc, ButtonInfo& buttonInfo, DialogProperties& arg) in SetConfirm()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | hks_log.h | 49 #define HKS_LOG_I(fmt, arg...) HILOG_INFO(LOG_ENGINE, "%" LOG_PUBLIC "s[%" LOG_PUBLIC "u]: " fmt "\… argument 51 #define HKS_LOG_W(fmt, arg...) HILOG_WARN(LOG_ENGINE, "%" LOG_PUBLIC "s[%" LOG_PUBLIC "u]: " fmt "\… argument 53 #define HKS_LOG_E(fmt, arg...) HILOG_ERROR(LOG_ENGINE, "%" LOG_PUBLIC "s[%" LOG_PUBLIC "u]: " fmt "… argument 55 #define HKS_LOG_D(fmt, arg...) HILOG_DEBUG(LOG_ENGINE, "%" LOG_PUBLIC "s[%" LOG_PUBLIC "u]: " fmt "… argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | alert_dialog_model_impl.cpp | 22 …std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, DialogProperties& arg, const std::s… in SetParseButtonObj() 32 void AlertDialogModelImpl::SetOnCancel(std::function<void()>&& eventFunc, DialogProperties& arg) in SetOnCancel() 38 void AlertDialogModelImpl::SetShowDialog(const DialogProperties& arg) in SetShowDialog()
|