Home
last modified time | relevance | path

Searched defs:cond (Results 1 - 25 of 58) sorted by relevance

123

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_watcher.cpp21 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 Dosal_debug.c37 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 Dosal_debug.c25 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 Dhc_condition.c24 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 Dhc_condition.h36 pthread_cond_t cond; member
/base/startup/init/services/modules/bootchart/
H A Dbootchart.h25 pthread_cond_t cond; member
/base/security/huks/utils/condition/
H A Dhks_condition.c35 pthread_cond_t cond; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DThread.h43 typedef struct { pthread_cond_t cond; pthread_mutex_t mutex; } cond_type_struct; member
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dfutex_test.cpp201 bool cond = false; in TEST() local
249 bool cond = false; in TEST() local
/base/hiviewdfx/hiview/base/event_store/dao/
H A Ddoc_query.cpp28 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 Dmpl_logging.cpp71 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 Dhisysevent_manager_c.cpp55 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition; in HiSysEventQuery() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp105 std::string cond; in DeleteSubscriberInfo() local
/base/security/device_security_level/baselib/utils/src/
H A Dutils_work_queue.c34 pthread_cond_t cond; member
[all...]
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h123 ATOMIC(int32_t) cond; member
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_rust_manager.cpp62 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition; in HiSysEventQuery() local
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_watcher_test.cpp110 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 Dnapi_app_event_watcher.cpp84 NapiAppEventWatcher( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) NapiAppEventWatcher() argument
/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h32 pthread_cond_t cond; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp166 CondGotoNode *SwitchLowerer::BuildCondGotoNode(int32 idx, Opcode opCode, BaseNode &cond) in BuildCondGotoNode() argument
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp85 AppEventWatcherImpl( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) AppEventWatcherImpl() argument
H A Dhiappevent_impl.cpp211 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 Dtarzip.c135 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 Dicc_operator_rule.cpp42 const auto cond = std::make_error_condition(err); in readOneByte() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dtype_info.h327 inline bool IsTestCc(Condition cond) in IsTestCc() argument

Completed in 9 milliseconds

123