/commonlibrary/c_utils/ |
D | README_zh.md | 30 ### 编译部件 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 …]
|
D | README.md | 28 ### 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)
|
D | bundle.json | 2 "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/ |
D | libpurgeable_memory.ndk.json | 2 { "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/ |
D | README_ZH.md | 58 ### 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>
|
D | README.md | 51 ### 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>
|
D | bundle.json | 2 "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/ |
D | bundle.json | 2 "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/ |
D | purgeable_mem_builder_c.c | 33 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/ |
D | bundle.json | 2 "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/ |
D | bundle.json | 2 "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/ |
D | builder.rs | 30 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/ |
D | headers.rs | 79 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/ |
D | ashmem.cpp | 39 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()
|
D | thread_ex.cpp | 30 std::string name; member 106 ThreadStatus Thread::Start(const std::string& name, int32_t priority, size_t stack) in Start()
|
D | thread_pool.cpp | 25 ThreadPool::ThreadPool(const std::string& name) in ThreadPool()
|
D | directory_ex.cpp | 202 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
|
D | timer.cpp | 27 Timer::Timer(const std::string& name, int timeoutMs) : name_(name), timeoutMs_(timeoutMs), in Timer()
|
/commonlibrary/utils_lite/ |
D | bundle.json | 2 "name": "@openharmony/utils_lite", string 15 "name": "utils_lite", string
|
/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
D | napi_helper.cpp | 66 …_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
|
D | error_helper.h | 45 napi_value name = nullptr; variable
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
D | decoder.rs | 222 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/ |
D | meminfo.cpp | 41 std::string name; in GetRssByPid() local
|
/commonlibrary/ets_utils/js_api_module/xml/ |
D | native_module_xml.cpp | 151 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/ |
D | utils_thread_pool_test.cpp | 279 char name[16]; in TestFuncGetName() local
|