Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 43) sorted by relevance

12

/commonlibrary/c_utils/
DREADME_zh.md30 ### 编译部
35 ### 编译动态
40 ### 编译Rust动态
45 ### 编译静态
49 ### 如何依赖c_utils
73 …://gitee.com/openharmony/commonlibrary_c_utils/blob/master/docs/zh-cn/c_utils_guide_rust_ashmem.md)
74 …gitee.com/openharmony/commonlibrary_c_utils/blob/master/docs/zh-cn/c_utils_guide_rust_directory.md)
75 …ps://gitee.com/openharmony/commonlibrary_c_utils/blob/master/docs/zh-cn/c_utils_guide_rust_file.md)
77 …https://gitee.com/openharmony/commonlibrary_c_utils/blob/master/docs/zh-cn/c-utils-guide-ashmem.md)
78 …ttps://gitee.com/openharmony/commonlibrary_c_utils/blob/master/docs/zh-cn/c-utils-guide-refbase.md)
[all …]
DREADME.md28 ### Build Component
33 ### Build Shared Library
38 ### Build Static Library
43 ### How to Add Dependency of c_utils
64 …# [Timer](https://gitee.com/openharmony/commonlibrary_c_utils/blob/master/docs/en/c_utils_timer.md)
65 …ol](https://gitee.com/openharmony/commonlibrary_c_utils/blob/master/docs/en/c_utils_thread_pool.md)
Dbundle.json2 "name": "@openharmony/c_utils", string
16 "name": "c_utils", string
39 "name": "//commonlibrary/c_utils/base:utils", string
72 "name": "//commonlibrary/c_utils/base:utilsbase", string
105 "name": "//commonlibrary/c_utils/base:utils_rust", string
/commonlibrary/memory_utils/libpurgeablemem/interfaces/kits/c/
Dlibpurgeable_memory.ndk.json2 { "name": "OH_PurgeableMemory_Create" }, string
3 { "name": "OH_PurgeableMemory_Destroy" }, string
4 { "name": "OH_PurgeableMemory_BeginRead" }, string
5 { "name": "OH_PurgeableMemory_EndRead" }, string
6 { "name": "OH_PurgeableMemory_BeginWrite" }, string
7 { "name": "OH_PurgeableMemory_EndWrite" }, string
8 { "name": "OH_PurgeableMemory_GetContent" }, string
9 { "name": "OH_PurgeableMemory_ContentSize" }, string
10 { "name": "OH_PurgeableMemory_AppendModify" } string
/commonlibrary/memory_utils/
DREADME_ZH.md58 ### libdmabufheap系统库<a name="section_libdmabufheap"></a>
63 ### libmeminfo系统库(规划中)<a name="section_libmeminfo"></a>
67 ### libmemleak系统库(规划中)<a name="section_libmemleak"></a>
71 ### libpurgeable系统库<a name="section_libpurgeable"></a>
75 ### libspeculative系统库(规划中)<a name="section_libspeculative"></a>
DREADME.md51 ### libdmabufheap system library<a name="section_libdmabufheap"></a>
55 ### libmeminfo system library (planning)<a name="section_libmeminfo"></a>
59 ### libmemleak system library (planning)<a name="section_libmemleak"></a>
63 ### libpurgeable system library<a name="section_libpurgeable"></a>
67 ### libspeculative system library (planning)<a name="section_libspeculative"></a>
Dbundle.json2 "name": "@ohos/memory_utils", string
14 "name": "memory_utils", string
42 "name": "//commonlibrary/memory_utils/libdmabufheap:libdmabufheap", string
51 "name": "//commonlibrary/memory_utils/libmeminfo:libmeminfo", string
60 "name": "//commonlibrary/memory_utils/libpurgeablemem:libpurgeablemem", string
75 "name": "//commonlibrary/memory_utils/purgeable_builder:pixelmap_builder", string
/commonlibrary/ets_utils/
Dbundle.json2 "name": "@ohos/ets_utils", string
23 "name": "", string
29 "name": "", string
38 "name": "ets_utils", string
80 "name": "//commonlibrary/ets_utils/js_sys_module/timer:timer", string
89 "name": "//commonlibrary/ets_utils/js_sys_module/console:console", string
/commonlibrary/memory_utils/libpurgeablemem/c/src/
Dpurgeable_mem_builder_c.c33 const char *name; member
39 struct PurgMemBuilder *PurgMemBuilderCreate(PurgMemBuilderFunc func, void *param, const char *name) in PurgMemBuilderCreate()
73 const char *name) in PurgMemBuilderAppendFunc()
/commonlibrary/rust/ylong_runtime/
Dbundle.json2 "name": "@ohos/ylong_runtime", string
19 "name": "ylong_runtime", string
37 "name": "//commonlibrary/rust/ylong_runtime/ylong_runtime:ylong_runtime", string
/commonlibrary/rust/ylong_http/
Dbundle.json2 "name": "@ohos/ylong_http", string
19 "name": "ylong_http", string
41 "name": "//commonlibrary/rust/ylong_http/ylong_http_client:ylong_http_client_inner", string
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dbuilder.rs30 pub(crate) name: Option<String>, field
50 pub fn name(mut self, name: String) -> Self { in name() method
115 let name = String::from("builder_name"); in ut_builder_name() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs79 name: HeaderName, field
116 pub fn name(&self) -> &HeaderName { in name() method
194 name: String, field
726 let name = HeaderName::try_from(name).map_err(Into::into)?; in insert() localVariable
763 let name = HeaderName::try_from(name).map_err(Into::into)?; in append() localVariable
992 let name = String::from("accept"); in ut_header_name_from_bytes() localVariable
1008 let name = HeaderName { in ut_header_name_as_bytes() localVariable
1039 let name = HeaderName::from_bytes(b"John-Doe").unwrap(); in ut_header_methods() localVariable
1048 let name = header.name(); in ut_header_methods() localVariable
/commonlibrary/c_utils/base/src/
Dashmem.cpp39 std::shared_ptr<Ashmem> CreateAshmemStd(const char *name, int32_t size) in CreateAshmemStd()
104 int AshmemCreate(const char *name, size_t size) in AshmemCreate()
158 sptr<Ashmem> Ashmem::CreateAshmem(const char *name, int32_t size) in CreateAshmem()
Dthread_ex.cpp30 std::string name; member
106 ThreadStatus Thread::Start(const std::string& name, int32_t priority, size_t stack) in Start()
Dthread_pool.cpp25 ThreadPool::ThreadPool(const std::string& name) in ThreadPool()
Ddirectory_ex.cpp202 char name[256]; // the same max char length with d_name in struct dirent member
233 const char *name = ptr->d_name; in ForceRemoveDirectory() local
Dtimer.cpp27 Timer::Timer(const std::string& name, int timeoutMs) : name_(name), timeoutMs_(timeoutMs), in Timer()
/commonlibrary/utils_lite/
Dbundle.json2 "name": "@openharmony/utils_lite", string
15 "name": "utils_lite", string
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
Dnapi_helper.cpp66 …_value NapiHelper::GetNamePropertyInParentPort(napi_env env, napi_ref parentPort, const char* name) in GetNamePropertyInParentPort()
101 void NapiHelper::SetNamePropertyInGlobal(napi_env env, const char* name, napi_value value) in SetNamePropertyInGlobal()
174 napi_value NapiHelper::GetNameProperty(napi_env env, napi_value obj, const char* name) in GetNameProperty()
181 bool NapiHelper::HasNameProperty(napi_env env, napi_value obj, const char* name) in HasNameProperty()
212 std::string name = GetString(env, ctorName); in GetConstructorName() local
Derror_helper.h45 napi_value name = nullptr; variable
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Ddecoder.rs222 name: Name, field
521 name: Name, field
785 let name = Name::Literal("test_name".as_bytes().to_vec()); in ut_finish_decode() localVariable
797 let name = Name::Literal("test_name".as_bytes().to_vec()); in ut_finish_decode() localVariable
809 let name = Name::Literal("test_name".as_bytes().to_vec()); in ut_finish_decode() localVariable
821 let name = Name::Literal("test_name".as_bytes().to_vec()); in ut_finish_decode() localVariable
833 let name = Name::Literal("test_name".as_bytes().to_vec()); in ut_finish_decode() localVariable
/commonlibrary/memory_utils/libmeminfo/src/
Dmeminfo.cpp41 std::string name; in GetRssByPid() local
/commonlibrary/ets_utils/js_api_module/xml/
Dnative_module_xml.cpp151 std::string name; in SetAttributes() local
177 std::string name; in AddEmptyElement() local
209 std::string name; in StartElement() local
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_thread_pool_test.cpp279 char name[16]; in TestFuncGetName() local

12