Home
last modified time | relevance | path

Searched defs:str (Results 176 - 200 of 1422) sorted by relevance

12345678910>>...57

/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/
H A Dhitracechain_ffi.cpp58 void FfiOHOSHiTraceChainTracepoint(uint32_t mode, uint32_t type, CHiTraceId id, const char* str) in FfiOHOSHiTraceChainTracepoint() argument
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Ddma_info.cpp37 void DmaInfo::CreateDmaInfo(const string &str) in CreateDmaInfo() argument
/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp43 auto str = cJSON_PrintUnformatted(root); in Marshall() local
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp35 uint16_t LogCompress::Str2CompressType(const std::string& str) in Str2CompressType() argument
/base/account/os_account/services/accountmgr/test/unittest/common/account_file_operator_test/
H A Daccount_file_operator_test.cpp112 std::string str; in HWTEST_F() local
139 std::string str; in HWTEST_F() local
/base/account/os_account/interfaces/kits/capi/test/unittest/osaccount/
H A Dos_account_ndk_test.cpp67 char str[MAX_NAME_LENGTH] = { 0 }; in HWTEST_F() local
/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_exit_hook.c49 char* str = getenv("ABORT_EXIT"); in InitExitHook() local
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_security.cpp69 std::string str; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dans_template.cpp47 char str[STR_MAX_SIZE] = {0}; in ParseParameters() local
/base/msdp/device_status/utils/common/include/
H A Dmsg_handler.h48 std::string str; in GetDebugInfo() local
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_test.cpp85 string str = "GetMainEventHandlerForFFRT"; in HWTEST_F() local
96 string str = "GetCurrentEventHandlerForFFRT"; in HWTEST_F() local
107 string str = "PostTaskByFFRT"; in HWTEST_F() local
127 string str = "PostTaskByFFRT"; in HWTEST_F() local
147 string str = "RemoveTaskForFFRT"; in HWTEST_F() local
164 string str = "RemoveTaskForFFRT"; HWTEST_F() local
[all...]
/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dutils.c27 bool CfIsStrValid(const char *str, uint32_t maxLen) in CfIsStrValid() argument
/base/security/certificate_framework/test/unittest/cf_adapter_test/src/
H A Dcf_common_test.cpp233 char str[] = "this is test for beyond max length."; in HWTEST_F() local
246 char str[] = "123456789"; in HWTEST_F() local
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dfile_operator.cpp43 std::string str = path; in InputFileByPathAndContent() local
[all...]
/base/startup/appspawn/service/hnp/base/
H A Dhnp_log.c32 static char* ReplaceSubstring(const char* str, const char* from, const char* to) in ReplaceSubstring() argument
/base/startup/init/test/unittest/init/
H A Dutils_unittest.cpp55 const char *str = nullptr; in HWTEST_F() local
/base/telephony/cellular_data/test/
H A Dcellular_data_client_test.cpp61 std::string str; in HWTEST_F() local
/base/telephony/call_manager/test/fuzztest/startdtmf_fuzzer/
H A Dstartdtmf_fuzzer.cpp35 char str = *reinterpret_cast<const char *>(data); in StartDtmf() local
/base/telephony/cellular_call/services/utils/src/
H A Dstandardize_utils.cpp83 std::vector<std::string> StandardizeUtils::Split(const std::string &str, const std::string &flag) in Split() argument
/base/telephony/sms_mms/test/gtest/
H A Dsms_mms_test_helper.cpp70 void SmsMmsTestHelper::SetStringResult(const std::string &str) in SetStringResult() argument
/base/update/updater/services/include/log/
H A Ddump.h64 std::string str = oss.str(); in DumpInfo() local
/base/update/updater/test/unittest/utils/json/
H A Dutils_json_test.cpp56 std::string str = R"({"key": "value1"})"; in HWTEST_F() local
62 std::string str = R"({"key"})"; in HWTEST_F() local
70 std::string str = R"({"key": "value1"})"; in HWTEST_F() local
77 std::string str = R"({"key": "value1"})"; in HWTEST_F() local
85 std::string str = R"({"key": 1})"; in HWTEST_F() local
93 std::string str = R"({"key": true})"; HWTEST_F() local
101 std::string str = R"({"key": [1, true, "value"]})"; HWTEST_F() local
112 std::string str = R"({"key": {"key" : "value"}}})"; HWTEST_F() local
120 std::string str = R"({"key1": null})"; HWTEST_F() local
127 std::string str = R"({"key":})"; HWTEST_F() local
134 static const std::string str = R"( HWTEST_F() local
168 std::string str = R"({"key": "value1"})"; HWTEST_F() local
176 std::string str = R"({"key": "value1"})"; HWTEST_F() local
183 std::string str = R"({"key": [1]})"; HWTEST_F() local
219 std::string str = R"({"key":[1, true, "value"]})"; HWTEST_F() local
235 std::string str = R"({"key":1})"; HWTEST_F() local
244 std::string str = R"({"key":true})"; HWTEST_F() local
253 std::string str = R"({"key":"value"})"; HWTEST_F() local
262 std::string str = R"({"key1":{ HWTEST_F() local
276 std::string str = R"({"key" : 1})"; HWTEST_F() local
[all...]
/base/update/updater/utils/include/
H A Dutils.h41 T String2Int(const std::string &str, int base = N_HEX) in String2Int() argument
[all...]
/base/update/updater/utils/json/
H A Djson_node.cpp38 JsonNode::JsonNode(const std::string &str, bool needDelete) : JsonNode(cJSON_Parse(str.c_str()), needDelete) in JsonNode() argument
/base/useriam/face_auth/test/fuzztest/iamfuzz/
H A Diam_fuzz_test.cpp91 void FillFuzzString(Parcel &parcel, std::string &str) in FillFuzzString() argument

Completed in 9 milliseconds

12345678910>>...57