| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
| H A D | app_event_watcher.cpp | 21 AppEventWatcher( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) AppEventWatcher() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| H A D | osal_debug.c | 37 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_debug.c | 25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| H A D | hc_condition.c | 24 int Wait(pthread_cond_t* cond, HcMutex* mutex)
in Wait() argument 36 void Notify(pthread_cond_t* cond)
in Notify() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
| H A D | hc_condition.h | 36 pthread_cond_t cond;
member
|
| /base/startup/init/services/modules/bootchart/ |
| H A D | bootchart.h | 25 pthread_cond_t cond; member
|
| /base/security/huks/utils/condition/ |
| H A D | hks_condition.c | 35 pthread_cond_t cond; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| H A D | Thread.h | 43 typedef struct { pthread_cond_t cond; pthread_mutex_t mutex; } cond_type_struct; member
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | futex_test.cpp | 201 bool cond = false; in TEST() local 249 bool cond = false; in TEST() local
|
| /base/hiviewdfx/hiview/base/event_store/dao/ |
| H A D | doc_query.cpp | 28 void DocQuery::And(const Cond& cond)
in And() argument 50 IsContainCond(const Cond& cond, const FieldValue& value) const IsContainCond() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| H A D | mpl_logging.cpp | 71 void LogInfo::EmitErrorMessage(const std::string &cond, const std::string &file, unsigned int line, const char *fmt, in EmitErrorMessage() argument
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
| H A D | hisysevent_manager_c.cpp | 55 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition;
in HiSysEventQuery() local
|
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
| H A D | data_share_dao.cpp | 105 std::string cond; in DeleteSubscriberInfo() local
|
| /base/security/device_security_level/baselib/utils/src/ |
| H A D | utils_work_queue.c | 34 pthread_cond_t cond; member [all...] |
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| H A D | fmutex.h | 123 ATOMIC(int32_t) cond; member
|
| /base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
| H A D | hisysevent_rust_manager.cpp | 62 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition; in HiSysEventQuery() local
|
| /base/hiviewdfx/hiappevent/test/unittest/common/native/ |
| H A D | hiappevent_watcher_test.cpp | 110 TriggerCondition cond = {
in BuildCondition() local 121 TriggerCondition cond = BuildCondition(0, 0, 0);
in BuildSimpleWatcher() local 129 TriggerCondition cond = BuildCondition(1, 0, 0); // row is 1
in BuildWatcherWithRow() local 137 TriggerCondition cond = BuildCondition(0, 10, 0); // size is 10 byte
in BuildWatcherWithSize() local 67 AppEventWatcherTest( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) AppEventWatcherTest() argument 145 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 BuildWatcherWithTimeout() local 153 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 BuildWatcherWithTimeout2() local 161 TriggerCondition cond = BuildCondition(0, 0, 0); BuildSimpleOsWatcher() local [all...] |
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| H A D | napi_app_event_watcher.cpp | 84 NapiAppEventWatcher( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) NapiAppEventWatcher() argument
|
| /base/update/updater/services/include/applypatch/ |
| H A D | transfer_manager.h | 32 pthread_cond_t cond;
member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | switch_lowerer.cpp | 166 CondGotoNode *SwitchLowerer::BuildCondGotoNode(int32 idx, Opcode opCode, BaseNode &cond) in BuildCondGotoNode() argument
|
| /base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
| H A D | appevent_watcher_impl.cpp | 85 AppEventWatcherImpl( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) AppEventWatcherImpl() argument
|
| H A D | hiappevent_impl.cpp | 211 addWatcher(const std::string& name, const std::vector<AppEventFilter>& filters, const TriggerCondition& cond, void (*callbackOnTriggerRef)(int, int, int64_t), void (*callbackOnReceiveRef)(char*, CArrRetAppEventGroup)) addWatcher() argument
|
| /base/tee/tee_client/services/tlogcat/src/ |
| H A D | tarzip.c | 135 bool cond = (gzFd == NULL || fileName == NULL || fileSize == 0); in WriteZipContent() local 257 bool cond = (inputNames == NULL || outputName == NULL || nameCount != LOG_FILE_INDEX_MAX); in TarZipFiles() local
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | icc_operator_rule.cpp | 42 const auto cond = std::make_error_condition(err); in readOneByte() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | type_info.h | 327 inline bool IsTestCc(Condition cond) in IsTestCc() argument
|