Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.h45 #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 Dace_log.cpp49 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 Dhiview_log.h316 #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 Dgpu_program_vk.cpp52 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 Dbundlems_log.h29 #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 Dabilityms_log.h29 #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 Dintf_stack_property.h48 ReturnError AddModifier(const IModifier::Ptr& mod) in AddModifier()
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Drpc_log.c25 RpcLogModule mod; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_layout_info_test.cpp292 auto mod = SECTION_7; variable
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter_lite.c83 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 Dfuzzer_data.cpp58 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 Dos_account_photo_operator.cpp57 size_t mod = dataByte % SIZET_THREE; in EnCode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dmem_allocator.cpp117 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 Dstack_property.cpp271 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 Dhilog_command.c93 int SetOutputDomain(const char *mod) in SetOutputDomain()
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md452 ### mod subsection
3007 ### mod subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md454 ### mod subsection
3009 ### mod subsection
/ohos5.0/base/security/crypto_framework/frameworks/native/src/
H A Dsym_cipher.c113 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 Dhiview_log.c28 #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 Dproperty.h169 ReturnError AddModifier(const IModifier::Ptr& mod) in AddModifier()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp339 int mod = 1; in Evaluate() local
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp55 const int32_t mod = 4; in Str2HashBuf() local
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp30 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 Dhvb_cert.c389 struct hvb_buf mod; in hvb_cert_pubk_parser() local
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeable_cpp_test.cpp536 void ModifyPurgMemByBuilder(PurgeableMem *pdata, std::unique_ptr<PurgeableMemBuilder> mod) in ModifyPurgMemByBuilder()

12