/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/log/ |
H A D | ace_log.h | 45 #define HILOG_DEBUG(mod, format, ...) argument 48 #define HILOG_ERROR(mod, format, ...) argument 51 #define HILOG_FATAL(mod, format, ...) argument 54 #define HILOG_INFO(mod, format, ...) argument 57 #define HILOG_WARN(mod, format, ...) argument 60 #define HILOG_RACE(mod, format, ...) argument
|
H A D | ace_log.cpp | 49 void HILOG_FATAL(HiLogModuleType mod, const char *msg, ...) in HILOG_FATAL() 59 void HILOG_ERROR(HiLogModuleType mod, const char *msg, ...) in HILOG_ERROR() 69 void HILOG_INFO(HiLogModuleType mod, const char *msg, ...) in HILOG_INFO() 79 void HILOG_WARN(HiLogModuleType mod, const char *msg, ...) in HILOG_WARN() 89 void HILOG_DEBUG(HiLogModuleType mod, const char *msg, ...) in HILOG_DEBUG()
|
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/ |
H A D | hiview_log.h | 316 #define HILOG_DEBUG(mod, fmt, ...) argument 338 #define HILOG_INFO(mod, fmt, ...) argument 360 #define HILOG_WARN(mod, fmt, ...) argument 382 #define HILOG_ERROR(mod, fmt, ...) argument 404 #define HILOG_FATAL(mod, fmt, ...) argument 429 #define HILOG_DEBUG_HASH(mod, hash, ...) argument 441 #define HILOG_INFO_HASH(mod, hash, ...) \ argument 444 #define HILOG_INFO_HASH(mod, hash, ...) argument 459 #define HILOG_WARN_HASH(mod, hash, ...) argument 474 #define HILOG_ERROR_HASH(mod, hash, ...) argument [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_program_vk.cpp | 52 const ShaderModuleVk& mod = *vertShaderModule_; in RENDER_BEGIN_NAMESPACE() local 65 const ShaderModuleVk& mod = *fragShaderModule_; in RENDER_BEGIN_NAMESPACE() local 100 const ShaderModuleVk& mod = *shaderModule_; in GpuComputeProgramVk() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundlems_log.h | 29 #define HILOG_DEBUG(mod, format, ...) argument 32 #define HILOG_ERROR(mod, format, ...) argument 35 #define HILOG_FATAL(mod, format, ...) argument 38 #define HILOG_INFO(mod, format, ...) argument 41 #define HILOG_WARN(mod, format, ...) argument 44 #define HILOG_RACE(mod, format, ...) argument
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/ |
H A D | abilityms_log.h | 29 #define HILOG_DEBUG(mod, format, ...) argument 32 #define HILOG_ERROR(mod, format, ...) argument 35 #define HILOG_FATAL(mod, format, ...) argument 38 #define HILOG_INFO(mod, format, ...) argument 41 #define HILOG_WARN(mod, format, ...) argument 44 #define HILOG_RACE(mod, format, ...) argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_stack_property.h | 48 ReturnError AddModifier(const IModifier::Ptr& mod) in AddModifier()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | rpc_log.c | 25 RpcLogModule mod; member
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_layout_info_test.cpp | 292 auto mod = SECTION_7; variable
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter_lite.c | 83 static int32_t InitRsaPkCtx(const struct HksBlob *mod, const struct HksBlob *e, mbedtls_pk_context … in InitRsaPkCtx() 128 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlo… in RsaToX509PublicKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | fuzzer_data.cpp | 58 std::vector<uint8_t> FuzzerData::GetSequence(size_t size, uint32_t mod) in GetSequence()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_photo_operator.cpp | 57 size_t mod = dataByte % SIZET_THREE; in EnCode() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | mem_allocator.cpp | 117 if (auto mod = reinterpret_cast<uintptr_t>(current) % ALIGN_SIZE; mod != 0) { in Add() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 271 ReturnError StackProperty::InsertModifier(IndexType pos, const IModifier::Ptr& mod) in InsertModifier() 299 ReturnError StackProperty::RemoveModifier(const IModifier::Ptr& mod) in RemoveModifier()
|
/ohos5.0/base/hiviewdfx/hilog_lite/command/ |
H A D | hilog_command.c | 93 int SetOutputDomain(const char *mod) in SetOutputDomain()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 452 ### mod subsection 3007 ### mod subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 454 ### mod subsection 3009 ### mod subsection
|
/ohos5.0/base/security/crypto_framework/frameworks/native/src/ |
H A D | sym_cipher.c | 113 OH_Crypto_ErrCode OH_CryptoSymCipher_Init(OH_CryptoSymCipher *ctx, Crypto_CipherMode mod, in OH_CryptoSymCipher_Init()
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_log.c | 28 #define LOG_IS_OUTPUT(mod) (g_hiviewConfig.logOutputModule & (((uint64_t)1) << (mod))) argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 169 ReturnError AddModifier(const IModifier::Ptr& mod) in AddModifier()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | staggered_animation_state.cpp | 339 int mod = 1; in Evaluate() local
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/ |
H A D | cloud_file_utils.cpp | 55 const int32_t mod = 4; in Str2HashBuf() local
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_node_api.cpp | 30 NAPI_EXTERN void napi_module_register(napi_module* mod) in napi_module_register() 49 NAPI_EXTERN void napi_module_with_js_register(napi_module_with_js* mod) in napi_module_with_js_register()
|
/ohos5.0/base/startup/hvb/libhvb/src/cert/ |
H A D | hvb_cert.c | 389 struct hvb_buf mod; in hvb_cert_pubk_parser() local
|
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/test/ |
H A D | purgeable_cpp_test.cpp | 536 void ModifyPurgMemByBuilder(PurgeableMem *pdata, std::unique_ptr<PurgeableMemBuilder> mod) in ModifyPurgMemByBuilder()
|