Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 26) sorted by relevance

12

/commonlibrary/rust/ylong_json/tests/
Dsdv_adapter_test.rs38 let target = str_to_c_char("Image"); localVariable
44 let target = str_to_c_char("Width"); localVariable
54 let target = str_to_c_char("Height"); localVariable
64 let target = str_to_c_char("Title"); localVariable
77 let target = str_to_c_char("Thumbnail"); localVariable
82 let target = str_to_c_char("Url"); localVariable
95 let target = str_to_c_char("Height"); localVariable
105 let target = str_to_c_char("Width"); localVariable
115 let target = str_to_c_char("Animated"); localVariable
125 let target = str_to_c_char("IDs"); localVariable
/commonlibrary/c_utils/base/src/
Dio_event_reactor.cpp54 void IOEventReactor::InsertNodeFront(int fd, IOEventHandler* target) in InsertNodeFront()
65 void IOEventReactor::RemoveNode(IOEventHandler* target) in RemoveNode()
77 ErrCode IOEventReactor::AddHandler(IOEventHandler* target) in AddHandler()
113 ErrCode IOEventReactor::UpdateHandler(IOEventHandler* target) in UpdateHandler()
139 ErrCode IOEventReactor::RemoveHandler(IOEventHandler* target) in RemoveHandler()
171 bool IOEventReactor::HasHandler(IOEventHandler* target) in HasHandler()
182 ErrCode IOEventReactor::FindHandler(IOEventHandler* target) in FindHandler()
/commonlibrary/ets_utils/js_util_module/container/
Dtsconfig.json3 "target": "es6", string
/commonlibrary/ets_utils/js_util_module/stream/
Dtsconfig.json3 "target": "es6", string
/commonlibrary/ets_utils/js_api_module/convertxml/
Dtsconfig.json3 "target": "es6", string
/commonlibrary/ets_utils/js_api_module/uri/
Dtsconfig.json3 "target": "es6", string
/commonlibrary/ets_utils/js_api_module/xml/
Dtsconfig.json3 "target": "es6", string
/commonlibrary/ets_utils/js_util_module/util/
Djs_stringdecoder.cpp54 UChar *target = arr; in Write() local
93 UChar *target = outputBuffer; in End() local
Dtsconfig.json3 "target": "ES2017", string
Djs_textdecoder.h35 UChar *target = 0; member
Djs_textdecoder.cpp89 UChar *target = arr; in Decode() local
141 UChar *target = arr; in DecodeToString() local
/commonlibrary/ets_utils/js_api_module/buffer/
Dtsconfig.json3 "target": "es2020", string
Dconverter.cpp382 int FindLastIndex(uint8_t *source, uint8_t *target, int soulen, int tarlen) in FindLastIndex()
417 bool FindIndexInner(uint8_t* target, uint8_t* source, int tarlen, int &indexI, int &indexJ) in FindIndexInner()
437 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen) in FindIndex()
/commonlibrary/ets_utils/js_util_module/json/
Dtsconfig.json3 "target": "ES2017", string
/commonlibrary/ets_utils/js_api_module/url/
Dtsconfig.json3 "target": "es2022", string
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
Dpurgeable_mem_base.cpp246 void PurgeableMemBase::SetDataValid(bool target) in SetDataValid()
/commonlibrary/memory_utils/libpurgeablemem/test/
Dpurgeableashmem_test.cpp115 explicit TestBigDataBuilder(char target) in TestBigDataBuilder()
633 bool target = true; variable
Dpurgeable_cpp_test.cpp108 explicit TestBigDataBuilder(char target) in TestBigDataBuilder()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Drequest.rs419 let target = std::cmp::min(data.len() - start, buf.remaining()); in poll_read_cursor() localVariable
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp720 void Timer::EraseExistNode(TimerHandlerPtr target) in EraseExistNode()
733 ErrCode Timer::CancelTimer(TimerHandlerPtr target) in CancelTimer()
Dutils_parcel_test.cpp2075 int32_t target = parcel1.ReadInt32(); variable
/commonlibrary/ets_utils/platform/ohos/
Dutil_helper.cpp87 char *target = targetArray; in UnicodeConversion() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dasync_pool.rs320 let target = self.locals.get(i).unwrap(); in steal() localVariable
/commonlibrary/rust/ylong_json/src/
Dadapter.rs781 let target = match object_ref.get_mut(index) { in ylong_json_get_object_item() localVariable
989 let target = match object_ref.get_node_mut(index) { in ylong_json_get_object_node() localVariable
1041 let target = object_ref.last_node_mut().unwrap(); in ylong_json_add_item_to_object_then_get_node() localVariable
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
Devent_benchmark_test.cpp859 ErrCode Timer::CancelTimer(TimerHandlerPtr target) in CancelTimer()

12