/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_common.c | 50 int32_t SetPreSharedUrlForProof(const char *urlStr, Uint8Buff *preSharedUrl) in SetPreSharedUrlForProof() argument 52 uint32_t urlLen = HcStrlen(urlStr); in SetPreSharedUrlForProof() 58 if (memcpy_s(preSharedUrl->val, urlLen + 1, urlStr, urlLen) != EOK) { in SetPreSharedUrlForProof()
|
H A D | identity_p2p.c | 127 char *urlStr = PackJsonToString(urlJson); in GetCredInfosByPeerIdentity() local 129 if (urlStr == NULL) { in GetCredInfosByPeerIdentity() 136 FreeJsonString(urlStr); in GetCredInfosByPeerIdentity() 139 ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in GetCredInfosByPeerIdentity() 140 FreeJsonString(urlStr); in GetCredInfosByPeerIdentity()
|
H A D | identity_pin.c | 154 char *urlStr = PackJsonToString(urlJson); in GetCredInfosByPeerIdentity() local 156 if (urlStr == NULL) { in GetCredInfosByPeerIdentity() 161 int32_t ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in GetCredInfosByPeerIdentity() 162 FreeJsonString(urlStr); in GetCredInfosByPeerIdentity()
|
H A D | identity_group.c | 192 char *urlStr = PackJsonToString(urlJson); in GetAccountUnrelatedIdentityInfo() local 194 if (urlStr == NULL) { in GetAccountUnrelatedIdentityInfo() 199 ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in GetAccountUnrelatedIdentityInfo() 200 FreeJsonString(urlStr); in GetAccountUnrelatedIdentityInfo() 349 char *urlStr = PackJsonToString(urlJson); in SetIdentityInfoByUrl() local 350 if (urlStr == NULL) { in SetIdentityInfoByUrl() 354 int32_t ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in SetIdentityInfoByUrl() 355 FreeJsonString(urlStr); in SetIdentityInfoByUrl()
|
H A D | cert_operation.c | 79 char *urlStr = PackJsonToString(urlJson); in GetIdentityInfoByType() local 81 if (urlStr == NULL) { in GetIdentityInfoByType() 86 int32_t ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in GetIdentityInfoByType() 87 FreeJsonString(urlStr); in GetIdentityInfoByType()
|
/ohos5.0/base/request/request/services/src/cxx/ |
H A D | url_policy.cpp | 95 std::string urlStr(url.cStr, url.len); in PolicyCheckUrlDomain() local 96 return UrlPolicy::GetInstance()->CheckUrlDomain(app, domain, urlStr); in PolicyCheckUrlDomain()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | identity_manager_test.cpp | 267 char *urlStr = PackJsonToString(urlJson); variable 269 ASSERT_NE(urlStr, nullptr); 270 presharedUrl.val = (uint8_t *)urlStr; 271 presharedUrl.length = HcStrlen(urlStr) + 1; 286 FreeJsonString(urlStr);
|
/ohos5.0/base/security/device_auth/services/identity_manager/inc/ |
H A D | identity_common.h | 29 int32_t SetPreSharedUrlForProof(const char *urlStr, Uint8Buff *preSharedUrl);
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-scheme-handler.md | 526 std::string urlStr(url); 527 std::size_t position = urlStr.rfind('/'); 529 rawfilePath_ = urlStr.substr(position + 1);
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.cpp | 139 std::string urlStr(reinterpret_cast<const char *>(inputData), size); in SetSourceStatic() 140 (void)data.WriteString(urlStr); in SetSourceStatic()
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-scheme-handler.md | 526 std::string urlStr(url); 527 std::size_t position = urlStr.rfind('/'); 529 rawfilePath_ = urlStr.substr(position + 1);
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_mms_test.cpp | 1231 std::string urlStr = TEST_URLS; variable 1232 std::vector<std::string> urls = persistHelper.SplitUrl(urlStr);
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 1973 std::string urlStr; in PostMessage() local 1974 if (!NapiParseUtils::ParseString(env, argv[INTEGER_TWO], urlStr)) { in PostMessage() 1988 webviewController->PostWebMessage(portName, sendPorts, urlStr); in PostMessage()
|