Home
last modified time | relevance | path

Searched refs:uri (Results 551 - 575 of 1814) sorted by relevance

1...<<21222324252627282930>>...73

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp60 std::string uri = DeclarativeParseRouteUrl(runtime, argv[0], ROUTE_KEY_URI); in PagePush() local
67 delegate->Push(uri, params); in PagePush()
78 std::string uri = DeclarativeParseRouteUrl(runtime, argv[0], ROUTE_KEY_URI); in PageReplace() local
85 delegate->Replace(uri, params); in PageReplace()
96 std::string uri; in PageBack() local
99 uri = DeclarativeParseRouteUrl(runtime, argv[0], ROUTE_KEY_URI); in PageBack()
107 delegate->Back(uri, params); in PageBack()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_account_data.h95 * @param uri bundle name + / + ability name.
97 void RemoveConnectingA11yAbility(const std::string &uri);
123 * @param uri The uri of ability
126 void AddConnectingA11yAbility(const std::string &uri, const sptr<AccessibleAbilityConnection> &connection);
179 * @brief Get connecting ability of specified uri.
180 * @param uri The name of ability.
183 sptr<AccessibleAbilityConnection> GetConnectingA11yAbility(const std::string &uri);
321 void AddAccessibilityAbility(const std::string& uri, const sptr<AccessibleAbilityConnection>& connection);
323 sptr<AccessibleAbilityConnection> GetAccessibilityAbilityByUri(const std::string& uri);
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.cpp287 const char* uri = appContext_->GetCurrentUri(); in OnSaveData() local
288 if (uri == nullptr) { in OnSaveData()
292 retCode = abilitySavedData->SetSavedData(reinterpret_cast<const void *>(uri), strlen(uri) + 1); in OnSaveData()
431 void JSAbilityImpl::GotoPage(const char* uri) in GotoPage() argument
433 if ((uri == nullptr) || (router_ == nullptr)) { in GotoPage()
438 JerrySetStringProperty(object, ROUTER_PAGE_URI, uri); in GotoPage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp143 RenderNodeGraphLoader::LoadResult RenderNodeGraphLoader::Load(const string_view uri) in Load() argument
145 IFile::Ptr file = fileManager_.OpenFile(uri); in Load()
147 PLUGIN_LOG_D("Error loading '%s'", string(uri).c_str()); in Load()
155 PLUGIN_LOG_D("Error loading '%s'", string(uri).c_str()); in Load()
159 return LoadString(uri, raw); in Load()
167 RenderNodeGraphLoader::LoadResult RenderNodeGraphLoader::LoadString(const string_view uri, const string_view jsonString) in LoadString() argument
216 finalResult.desc.renderNodeGraphUri = uri; in LoadString()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Djs_file_access_ext_ability.h84 int OpenFile(const Uri &uri, const int flags, int &fd) override;
100 int Access(const Uri &uri, bool &isExist) override;
101 int Query(const Uri &uri, std::vector<std::string> &columns, std::vector<std::string> &results) override;
102 int StartWatcher(const Uri &uri) override;
103 int StopWatcher(const Uri &uri) override;
120 static int Notify(Uri &uri, NotifyType notifyType);
137 static napi_status ConstructQueryArg(napi_env &env, napi_value *argv, size_t &argc, const Uri &uri,
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_itypes_utils.cpp53 return ITypesUtil::Marshal(parcel, result.uri, result.codes); in Marshalling()
59 return ITypesUtil::Unmarshal(parcel, result.uri, result.codes); in Unmarshalling()
193 auto uri = std::shared_ptr<Uri>(parcel.ReadParcelable<Uri>()); in Unmarshalling() local
194 if (uri == nullptr) { in Unmarshalling()
197 node = *uri; in Unmarshalling()
217 operationStatement.uri, operationStatement.valuesBucket, operationStatement.predicates); in Marshalling()
228 return ITypesUtil::Unmarshal(parcel, operationStatement.uri, in Unmarshalling()
/third_party/node/deps/v8/src/strings/
H A Duri.cc5 #include "src/strings/uri.h"
139 bool IntoOneAndTwoByte(Handle<String> uri, bool is_uri, in IntoOneAndTwoByte() argument
143 String::FlatContent uri_content = uri->GetFlatContent(no_gc); in IntoOneAndTwoByte()
145 int uri_length = uri->length(); in IntoOneAndTwoByte()
177 MaybeHandle<String> Uri::Decode(Isolate* isolate, Handle<String> uri, in Decode() argument
179 uri = String::Flatten(isolate, uri); in Decode()
183 if (!IntoOneAndTwoByte(uri, is_uri, &one_byte_buffer, &two_byte_buffer)) { in Decode()
281 MaybeHandle<String> Uri::Encode(Isolate* isolate, Handle<String> uri, in Encode() argument
283 uri in Encode()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_medialibrary_manager.cpp83 Uri uri(MEDIALIBRARY_DATA_URI); in GetHandles()
85 shared_ptr<DataShare::DataShareResultSet> resultSet = dataShareHelper_->Query(uri, predicates, columns); in GetHandles()
136 Uri uri(MEDIALIBRARY_DATA_URI); in GetHandles()
138 shared_ptr<DataShare::DataShareResultSet> resultSet = dataShareHelper_->Query(uri, predicates, columns); in GetHandles()
169 Uri uri(MEDIALIBRARY_DATA_URI); in GetObjectInfo()
171 shared_ptr<DataShare::DataShareResultSet> resultSet = dataShareHelper_->Query(uri, predicates, columns); in GetObjectInfo()
220 Uri uri(MEDIALIBRARY_DATA_URI + "/" + to_string(context->handle)); in GetFd()
221 outFd = dataShareHelper_->OpenFile(uri, MEDIA_FILEMODE_READWRITE); in GetFd()
304 Uri uri(MEDIALIBRARY_DATA_URI); in GetAssetById()
309 shared_ptr<DataShare::DataShareResultSet> resultSet = dataShareHelper_->Query(uri, predicate in GetAssetById()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp307 Uri uri(SETTINGS_DATASHARE_URL_AIRPLANE_MODE); in GetAirplaneModeByDatashare()
308 int ret = datashareHelper->Query(uri, SETTINGS_DATASHARE_KEY_AIRPLANE_MODE, airplaneMode); in GetAirplaneModeByDatashare()
311 ret = datashareHelper->Query(uri, SETTINGS_DATASHARE_KEY_AIRPLANE_MODE, airplaneMode, true); in GetAirplaneModeByDatashare()
334 Uri uri(SETTINGS_DATASHARE_URI_WIFI_ALLOW_SEMI_ACTIVE); in GetWifiAllowSemiActiveByDatashare()
335 int ret = datashareHelper->Query(uri, SETTINGS_DATASHARE_KEY_WIFI_ALLOW_SEMI_ACTIVE, isAllowed); in GetWifiAllowSemiActiveByDatashare()
355 Uri uri(datashareHelper->GetLoactionDataShareUri()); in GetLocationModeByDatashare()
356 int ret = datashareHelper->Query(uri, SETTINGS_DATASHARE_KEY_LOCATION_MODE, locationMode); in GetLocationModeByDatashare()
385 Uri uri(SETTINGS_DATASHARE_URI_CLONE_DATA); in GetCloneDataByDatashare()
386 int ret = datashareHelper->Query(uri, SETTINGS_DATASHARE_KEY_CLONE_DATA, cloneData); in GetCloneDataByDatashare()
402 Uri uri(SETTINGS_DATASHARE_URI_CLONE_DAT in SetCloneDataByDatashare()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp359 * @description: Convert the scheme of URI to lower-case, and return the uri which be converted.
360 * @param uri Indicates the URI to format.
363 Uri Want::GetLowerCaseScheme(const Uri &uri) in GetLowerCaseScheme() argument
365 std::string strUri = const_cast<Uri &>(uri).ToString(); in GetLowerCaseScheme()
366 std::string schemeStr = const_cast<Uri &>(uri).GetScheme(); in GetLowerCaseScheme()
368 return uri; in GetLowerCaseScheme()
377 return uri; in GetLowerCaseScheme()
392 * @param uri Indicates the URI to format.
396 Want &Want::FormatUriAndType(const Uri &uri, const std::string &type) in FormatUriAndType() argument
398 return SetUriAndType(GetLowerCaseScheme(uri), FormatMimeTyp in FormatUriAndType()
1295 ParseUri(const std::string &uri) ParseUri() argument
1356 WantParseUri(const char *uri) WantParseUri() argument
1389 SetUri(const std::string &uri) SetUri() argument
1400 SetUri(const Uri &uri) SetUri() argument
1412 SetUriAndType(const Uri &uri, const std::string &type) SetUriAndType() argument
1488 FormatUri(const std::string &uri) FormatUri() argument
1500 FormatUri(const Uri &uri) FormatUri() argument
2003 CheckUri(const std::string &uri) CheckUri() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp372 objn.AddProp("uri", NVal::CreateUTF8String(env, asyncCallbackInfo->originUri).val_); in GetComp()
423 fi.uri = ph; in ListExec()
443 string uriTojs = ConvertUri(fileInfo.uri, asyncCallbackInfo->url, asyncCallbackInfo->originUri); in ListComp()
444 objt.AddProp("uri", NVal::CreateUTF8String(env, uriTojs).val_); in ListComp()
957 unique_ptr<char[]> uri; in Mkdir() local
958 tie(succ, uri, ignore) = NVal(env, funcArg[NARG_POS::FIRST]).GetProp("uri").ToUTF8StringPath(); in Mkdir()
963 string path = (uri == nullptr) ? "" : uri.get(); in Mkdir()
965 CallBackError(env, asyncCallbackInfo->callback[COMMON_NUM::ONE], "illegal uri", URI_PARAMER_ERRO in Mkdir()
994 unique_ptr<char[]> uri; Rmdir() local
1031 unique_ptr<char[]> uri = nullptr; Get() local
1069 unique_ptr<char[]> uri = nullptr; List() local
1177 unique_ptr<char[]> uri; Delete() local
1211 unique_ptr<char[]> uri; Access() local
1244 unique_ptr<char[]> uri, text, encoding; WriteText() local
1293 unique_ptr<char[]> uri; WriteArrayBuffer() local
1351 unique_ptr<char[]> uri, encoding; ReadText() local
1393 unique_ptr<char[]> uri; ReadArrayBuffer() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp366 bool Load(const BASE_NS::string_view uri) override
372 if (!uri.empty()) {
374 sceneHolder_->Load(BASE_NS::string(uri.data(), uri.size()));
588 // The material file, aka uri-path is somewhat parallel due ownership is different for uri-materials
967 SCENE_NS::IMaterial::Ptr GetOrLoadMaterial(BASE_NS::string_view uri) in GetOrLoadMaterial() argument
970 if (auto it = uriMaterials_.find(uri); it != uriMaterials_.end()) { in GetOrLoadMaterial()
976 auto ret = LoadMaterial(uri); in GetOrLoadMaterial()
977 uriMaterials_[uri] in GetOrLoadMaterial()
1052 CreateResourceFromUri(const META_NS::ObjectId classId, BASE_NS::string_view uri) CreateResourceFromUri() argument
1271 BASE_NS::string uri; CacheNode() local
1332 BASE_NS::string uri = node->Path()->GetValue(); global() variable
[all...]
/third_party/libcoap/tests/oss-fuzz/
H A Dsplit_uri_target.c5 coap_uri_t uri; in LLVMFuzzerTestOneInput() local
6 coap_split_uri(data, size, &uri); in LLVMFuzzerTestOneInput()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp388 auto uri = record->GetUri(); in PasteRecord2File() local
389 if (uri == nullptr) { in PasteRecord2File()
390 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "get uri from paste record to file failed."); in PasteRecord2File()
393 auto unifiedRecord = std::make_shared<UDMF::File>(uri->ToString()); in PasteRecord2File()
420 auto uri = record->GetUri(); in PasteRecord2Image() local
421 if (uri == nullptr) { in PasteRecord2Image()
422 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "get uri from paste record to image failed."); in PasteRecord2Image()
425 auto unifiedRecord = std::make_shared<UDMF::Image>(uri->ToString()); in PasteRecord2Image()
452 auto uri = record->GetUri(); in PasteRecord2Video() local
453 if (uri in PasteRecord2Video()
484 auto uri = record->GetUri(); PasteRecord2Audio() local
516 auto uri = record->GetUri(); PasteRecord2Folder() local
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_service_proxy.cpp221 int32_t CloudSyncServiceProxy::CleanCacheInner(const std::string &uri) in CleanCacheInner() argument
233 if (!data.WriteString(uri)) { in CleanCacheInner()
234 LOGE("Failed to send the uri"); in CleanCacheInner()
552 int32_t CloudSyncServiceProxy::StartDownloadFile(const std::string &uri) in StartDownloadFile() argument
565 string path = uri; in StartDownloadFile()
566 if (uri.find("file://media") == 0) { in StartDownloadFile()
567 OHOS::Media::MediaFileUri mediaUri(uri); in StartDownloadFile()
571 if (uriMgr.AddPathToUri(path, uri) == E_STOP) { in StartDownloadFile()
576 LOGI("StartDownloadFile Start, uri: %{public}s, path: %{public}s", in StartDownloadFile()
577 GetAnonyString(uri) in StartDownloadFile()
660 StopDownloadFile(const std::string &uri, bool needClean) StopDownloadFile() argument
1055 DeleteAsset(const int32_t userId, const std::string &uri) DeleteAsset() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/include/
H A Dcast_local_file_channel_server.h72 void ResponseFileLengthRequest(const std::string &uri, int64_t fileLen);
73 void ResponseFileDataRequest(const std::string &uri, int64_t fileLen, int64_t start, int64_t end);
74 void ResponseFileRequest(const std::string &uri, int64_t start, int64_t end);
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/include/
H A Dcast_local_file_channel_server.h72 void ResponseFileLengthRequest(const std::string &uri, int64_t fileLen);
73 void ResponseFileDataRequest(const std::string &uri, int64_t fileLen, int64_t start, int64_t end);
74 void ResponseFileRequest(const std::string &uri, int64_t start, int64_t end);
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/include/
H A Duri_permission_manager_client.h21 #include "uri.h"
33 * @brief Authorize the uri permission of to targetBundleName.
35 * @param uri The file uri.
37 * @param targetBundleName The user of uri.
39 int GrantUriPermission(const Uri &uri, unsigned int flag, const std::string targetBundleName, int32_t appIndex = 0,
43 * @brief Authorize the uri permission of to targetBundleName.
45 * @param uriVec The file uri list.
47 * @param targetBundleName The user of uri.
53 * @brief Authorize the uri permissio
[all...]
H A Duri_permission_manager_proxy.h30 virtual int GrantUriPermission(const Uri &uri, unsigned int flag,
43 virtual int RevokeUriPermissionManually(const Uri &uri, const std::string bundleName,
45 virtual bool VerifyUriPermission(const Uri &uri, uint32_t flag, uint32_t tokenId) override;
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/include/
H A Dverify_task.h36 void OnPostVerify(const std::string &uri, const OHOS::NetStack::HttpClient::HttpClientResponse &response) override;
38 bool OnPreRequest(OHOS::NetStack::HttpClient::HttpClientRequest &request, const std::string &uri) override;
55 void UpdateVerifyResultInfo(const std::string& uri, InnerVerifyStatus status);
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service_proxy.h31 int32_t OnChange(Uri uri, NotifyType notifyType) override;
32 int32_t RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAccessObserver> &observer,
34 int32_t UnregisterNotify(Uri uri, const sptr<IFileAccessObserver> &observer,
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_data_handler_capi.h127 CapiMediaAssetDataHandler(NativeOnDataPrepared dataHandler, ReturnDataType dataType, const std::string &uri,
130 const std::string &uri, const std::string &destUri, NativeSourceMode sourceMode);
132 const std::string &uri, const std::string &destUri, NativeSourceMode sourceMode);
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dams_mgr_proxy.cpp61 const std::string &uri, const sptr<IRemoteObject> &connect, const sptr<IRemoteObject> &callerToken) in Connect()
64 want.SetUri(uri); in Connect()
67 LOG_INFO("connect start, uri = %{public}s", DataShareStringUtils::Change(uri).c_str()); in Connect()
60 Connect( const std::string &uri, const sptr<IRemoteObject> &connect, const sptr<IRemoteObject> &callerToken) Connect() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/
H A Dget_data_strategy.cpp35 ZLOGE("pre process fail, uri: %{public}s", DistributedData::Anonymous::Change(context->uri).c_str()); in Execute()
43 ZLOGI("uri: %{private}s not allowed", context->uri.c_str()); in Execute()
84 if (proxyData.uri != key) { in CheckPermission()
H A Dpublish_strategy.cpp36 ZLOGE("pre process fail, uri: %{public}s", DistributedData::Anonymous::Change(context->uri).c_str()); in Execute()
45 PublishedDataNode node(context->uri, context->calledBundleName, item.subscriberId_, context->currentUserId, in Execute()
51 DistributedData::Anonymous::Change(context->uri).c_str(), status); in Execute()

Completed in 18 milliseconds

1...<<21222324252627282930>>...73