Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 25 of 90) sorted by relevance

1234

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpool.h39 Node *cur = idle_; variable
56 Node *cur = idle_; variable
72 delete cur; variable
85 Node *cur = busy_; in Idle() local
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dpool.h37 Node *cur = idle_; variable
54 Node *cur = idle_; variable
70 delete cur; variable
83 Node *cur = busy_; in Idle() local
/ohos5.0/base/security/permission_lite/services/pms/src/
H A Dperm_operate.c25 TNode *cur = list->head; in PermissionIsGranted() local
68 TNode *cur = list->head; in DeleteTask() local
88 TNode *cur = list->head; in GetTaskWithUid() local
100 TNode *cur = list->head; in GetTaskWithPkgName() local
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dlinked_list.h51 static void InsertAfter(LinkedList* cur, LinkedList* node) noexcept in InsertAfter()
59 static void InsertBefore(LinkedList* cur, LinkedList* node) noexcept in InsertBefore()
99 static LinkedList* Next(LinkedList* cur) noexcept in Next()
110 static T* Next(LinkedList* cur, LinkedList T::*member) noexcept in Next()
120 static LinkedList* RemoveNext(LinkedList* cur) noexcept in RemoveNext()
132 static T* RemoveNext(LinkedList* cur, LinkedList T::*member) noexcept in RemoveNext()
143 static LinkedList* RemovePrev(LinkedList* cur) noexcept in RemovePrev()
155 static T* RemovePrev(LinkedList* cur, LinkedList T::*member) noexcept in RemovePrev()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp148 xmlNodePtr cur = node->xmlChildrenNode; in ParseBaseNode() local
196 xmlNodePtr cur = node->xmlChildrenNode; in ParseLevelNode() local
237 bool ThermalSrvConfigParser::ParseLevelState(const xmlNodePtr& cur, SensorClusterPtr& sc) in ParseLevelState()
294 bool ThermalSrvConfigParser::ParseAuxSensorLevInfo(const xmlNodePtr& cur, in ParseAuxSensorLevInfo()
361 bool ThermalSrvConfigParser::ParseSensorInfo(const xmlNodePtr& cur, SensorClusterPtr& sc) in ParseSensorInfo()
469 auto cur = node->xmlChildrenNode; in ParseStateNode() local
503 auto cur = node->xmlChildrenNode; in ParseActionNode() local
530 bool ThermalSrvConfigParser::ParseActionInfo(const xmlNodePtr& cur, ActionItem& ai) in ParseActionInfo()
566 auto cur = node->xmlChildrenNode; in ParsePolicyNode() local
699 xmlNodePtr cur = node->xmlChildrenNode; in ParseFanNode() local
[all …]
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_reactor.cpp173 …for (IOEventHandler* cur = ioHandlers_[target->fd_].head.get(); cur != nullptr; cur = cur->next_) { in HasHandler() local
206 for (IOEventHandler* cur = ioHandlers_[fd].head.get(); cur != nullptr; cur = cur->next_) { in UpdateToDemultiplexer() local
244 … for (IOEventHandler* cur = ioHandlers_[fd].head.get()->next_; cur != nullptr; cur = cur->next_) { in HandleEvents() local
318 for (IOEventHandler* cur = ioHandlers_[fd].head->next_; cur != nullptr; cur = cur->next_) { in DoClean() local
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_config_file.cpp71 auto cur = node->xmlChildrenNode; in ParserBaseNode() local
93 auto cur = node->xmlChildrenNode; in ParseControlNode() local
132 void ThermalKernelConfigFile::ParseSubNode(xmlNodePtr cur, std::vector<ThermalZoneInfoItem>& tzItem… in ParseSubNode()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dstate.rs124 let mut cur = self.get_current_state(); in turning_to_running() localVariable
151 let mut cur = self.get_current_state(); in turning_to_finish() localVariable
177 let mut cur = self.get_current_state(); in turning_to_idle() localVariable
215 let mut cur = self.get_current_state(); in turn_to_un_set_waker() localVariable
241 let mut cur = self.get_current_state(); in turn_to_set_waker() localVariable
263 let mut cur = self.get_current_state(); in turn_to_canceled_and_scheduled() localVariable
298 let mut cur = self.get_current_state(); in turn_to_un_join_handle() localVariable
H A Dtask_handle.rs67 let cur = match self.header().state.turning_to_finish() { in finish() localVariable
193 let cur = self.header().state.get_current_state(); in run() localVariable
222 let cur = self.header().state.dec_ref(); in shutdown() localVariable
295 let cur = self.header().state.get_current_state(); in ffrt_run() localVariable
H A Djoin_handle.rs83 let cur = self.raw.header().state.get_current_state(); in set_waker() localVariable
105 let cur = self.raw.header().state.get_current_state(); in poll() localVariable
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_test_utils.cpp45 bool DisplayTestUtils::SizeEqualToDisplay(const sptr<Display>& display, const Media::Size cur) in SizeEqualToDisplay()
57 bool DisplayTestUtils::SizeEqual(const Media::Size dst, const Media::Size cur) in SizeEqual()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_mapped_file_test.cpp140 char* cur = mf.Begin(); in TestFileStatusAndRead() local
155 for (char* cur = mf.Begin(); cur <= mf.End(); cur++) { in TestFileReadAndWrite() local
187 for (char* cur = mf.Begin(); cur <= mf.End(); cur++) { in TestFileStat() local
252 for (char* cur = mfNew.Begin(); cur <= mfNew.End(); cur++) { in TestFileWrite() local
277 for (char* cur = mf.Begin(); cur <= mf.End(); cur++) { in TestTwoFileWrite() local
399 for (char* cur = mf.Begin(); *cur != '\0'; cur++) { variable
465 for (char* cur = mf.Begin(); cur <= mf.End() && *cur != '\0'; cur++) { variable
526 for (char* cur = mf.Begin(); cur <= mf.End(); cur++) { variable
807 char* cur = mf.Begin(); variable
907 char* cur = mf.Begin(); variable
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp97 auto cur = node->xmlChildrenNode; in ParseBaseNode() local
140 auto cur = node->xmlChildrenNode; in ParsePollingNode() local
212 auto cur = node->xmlChildrenNode; in ParseTracingNode() local
278 auto cur = node->xmlChildrenNode; in ParseIsolateNode() local
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dentity.cpp35 VersionCtx* cur = *it; in RecycleVersion() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Ddir.cpp23 dirent cur; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Dgrid_container_utils.cpp61 for (const auto& cur : threshold->sizeInfo) { in ProcessGridSizeType() local
86 for (const auto& cur : threshold->sizeInfo) { in ProcessGridSizeType() local
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp100 xmlNodePtr cur = root->xmlChildrenNode; in InitRules() local
135 xmlNodePtr cur = xmlDocGetRootElement(doc)->xmlChildrenNode; in InitRuleBackup() local
150 …imeRule::LoadStrToPattern(std::unordered_map<std::string, icu::RegexPattern*>& map, xmlNodePtr cur) in LoadStrToPattern()
191 void DateTimeRule::LoadStrToStr(std::unordered_map<std::string, std::string>* map, xmlNodePtr cur) in LoadStrToStr()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp329 const std::string& name, const xmlNode* cur, std::shared_ptr<ThermalConfigSensorCluster>& sc) in ParseAuxSensorInfo()
352 void ThermalConfigFileParser::ParseSensorInfo(const std::string& name, const xmlNode* cur, in ParseSensorInfo()
372 std::vector<AuxLevelItem> ThermalConfigFileParser::ParseAuxSensorSubnodeInfo(const xmlNode* cur, in ParseAuxSensorSubnodeInfo()
424 void ThermalConfigFileParser::ParseSensorSubnodeInfo(const xmlNode* cur, std::vector<LevelItem>& vI… in ParseSensorSubnodeInfo()
471 void ThermalConfigFileParser::ParsePolicySubnode(const xmlNode* cur, PolicyConfig& policyConfig) in ParsePolicySubnode()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp102 SampleStackItem* cur, SampleStackItem* node) in AdjustSiblings()
199 SampleStackItem* cur = stk.back(); in FreeNodes() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dyield.rs78 let cur = val_cpy.load(Ordering::Relaxed); in sdv_yield_now_single_worker() localVariable
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp106 xmlNodePtr cur = root->xmlChildrenNode; in InitRule() local
115 void PhoneNumberRule::ParseXmlNode(xmlNodePtr cur, std::string& category) in ParseXmlNode()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_log.c131 uint64 cur = HIVIEW_GetCurrentTime(); in HiLogPrintf() local
166 uint64 cur = HIVIEW_GetCurrentTime(); in HILOG_HashPrintf() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_three_stage_test_common.c121 uint8_t *cur = outData->data; in TestBatchUpdateLoopFinish() local
177 uint8_t *cur = outData->data; in TestUpdateLoopFinish() local
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_channel.c32 static char *FindEndOfLine(char *cur) in FindEndOfLine()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_service_info.cpp88 auto cur = std::find(start, start + static_cast<int>(recordLen), MDNS_TXT_KV_EQ); in GetAttrMap() local

1234