Home
last modified time | relevance | path

Searched defs:pri (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dbuilder.rs129 let pri = Qos::Background; in ut_builder_pri() localVariable
133 let pri = Qos::Utility; in ut_builder_pri() localVariable
137 let pri = Qos::UserInteractive; in ut_builder_pri() localVariable
141 let pri = Qos::UserInitiated; in ut_builder_pri() localVariable
145 let pri = Qos::Default; in ut_builder_pri() localVariable
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/
H A Dqueue_adapter.c26 int QUEUE_Put(MQueueId queueId, const void *element, uint8 pri, int timeout) in QUEUE_Put()
36 int QUEUE_Pop(MQueueId queueId, void *element, uint8 *pri, int timeout) in QUEUE_Pop()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dlock_free_queue.c56 int LFQUE_Push(LockFreeQueue *queue, const void *element, uint8 pri) in LFQUE_Push()
88 int LFQUE_Pop(LockFreeQueue *queue, void *element, uint8 *pri) in LFQUE_Pop()
H A Dqueue_adapter.c46 int QUEUE_Put(MQueueId queueId, const void *element, uint8 pri, int timeout) in QUEUE_Put()
61 int QUEUE_Pop(MQueueId queueId, void *element, uint8 *pri, int timeout) in QUEUE_Pop()
/ohos5.0/commonlibrary/ets_utils/platform/default/
H A Dprocess_helper.cpp61 int32_t pri = getpriority(PRIO_PROCESS, tid); in GetThreadPRY() local
/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp57 PartitionRecordInfo *pri = reinterpret_cast<PartitionRecordInfo*>(p); in IsPartitionUpdated() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_priority_queue.c95 uint8_t pri; in PushPriorityQueue() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_x25519.c175 const mbedtls_mpi *pri, struct HksBlob *key) in X25519SaveKeyMaterial()
226 mbedtls_mpi pri; in HksMbedtlsX25519GenerateKey() local
300 static int32_t X25519KeyMaterialToPri(const struct HksBlob *nativeKey, mbedtls_mpi *pri) in X25519KeyMaterialToPri()
H A Dhks_mbedtls_ecc.c144 int32_t HksEccKeyMaterialToPri(const struct HksBlob *key, mbedtls_mpi *pri) in HksEccKeyMaterialToPri()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h74 uint16_t pri; member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
H A Dlocal_node.c83 uint8_t pri = HIGHEST_PRIORITY; in SendMessageLocalNode() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dsidecar.h90 uint8_t pri; member
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_control.h87 void *pri; member
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp406 int32_t pri = getpriority(PRIO_PROCESS, proTid); in GetThreadPriority() local
524 int32_t pri = GetThreadPRY(proTid); in GetThreadPriority() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_ecc.c324 …BIGNUM *pri = BN_bin2bn(keyPair + sizeof(struct KeyMaterialEcc) + publicXSize + publicYSize, priva… in EccInitKey() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_ecc_helper.c244 …BIGNUM *pri = BN_bin2bn(keyPair + sizeof(struct KeyMaterialEcc) + publicXSize + publicYSize, priva… in EccInitKey() local
/ohos5.0/commonlibrary/ets_utils/platform/ios/
H A Dprocess_helper.cpp476 int32_t pri = getpriority(PRIO_DARWIN_THREAD, 0); // 0: current thread in GetThreadPRY() local
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp1677 auto pri = FFIData::Create<PriKeyImpl>(priKey); in FFiOHOSKeyPairPriKey() local