Home
last modified time | relevance | path

Searched defs:uri (Results 1 - 25 of 112) sorted by relevance

12345

/base/request/request/frameworks/js/napi/src/upload/
H A Dfile_adapter.cpp25 std::shared_ptr<Uri> uri = std::make_shared<Uri>(fileUri); in DataAbilityOpenFile() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/include/
H A Dopen_dlp_file_callback_info.h25 std::string uri; member
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/rdb/include/
H A Dcm_cert_property_rdb.h26 char uri[MAX_LEN_URI]; member
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_session_mgr.h28 struct CmBlob uri; /* origin uri */ member
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
H A Ddlp_sandbox_info.h34 std::string uri = ""; member
/base/telephony/telephony_data/opkey_version/src/
H A Dopkey_version_ability.cpp40 std::shared_ptr<DataShare::DataShareResultSet> OpkeyVersionAbility::Query(const Uri &uri, in Query() argument
/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_event_listener.h38 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_event_listener_proxy.cpp52 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_event_listener_stub.cpp47 std::string uri = data.ReadString(); in OnRemoteRequest() local
49 static_cast<WallpaperType>(wallpaperType), static_cast<WallpaperResourceType>(resouceType), uri); in OnRemoteRequest() local
H A Dwallpaper_event_listener_client.cpp41 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
/base/web/webview/ohos_adapter/datashare_adapter/src/
H A Ddatashare_adapter_impl.cpp45 Uri uri = Uri(uriStr); in GetRealPath() local
67 Uri uri = Uri(uriStr); in OpenDataShareUriForRead() local
/base/web/webview/test/unittest/ohos_adapter/datashare_adapter_impl_test/
H A Ddatashare_adapter_impl_test.cpp54 std::string uri = "file:///data/storage/el2/base/file/test.txt"; in HWTEST_F() local
/base/request/request/services/src/cxx/
H A Drequest_cert_mgr_adapter.cpp144 char *uri = certList->certAbstract[i].uri; in GetUserCertsData() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_datashare_observer.cpp56 UnRegisterSettingsObserver( const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver) UnRegisterSettingsObserver() argument
67 RegisterSettingsObserver( const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver) RegisterSettingsObserver() argument
H A Dadvanced_datashare_helper_ext.cpp60 bool AdvancedDatashareHelperExt::Query(Uri &uri, const std::string &key, std::string &value) in Query() argument
/base/hiviewdfx/hiview/base/utility/
H A Dsetting_observer_manager.cpp80 Uri uri = AssembleUri(paramKey); in RegisterObserver() local
102 Uri uri = AssembleUri(paramKey); in UnregisterObserver() local
121 Uri uri = AssembleUri(paramKey); in GetStringValue() local
/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h35 std::string uri; member
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_ipp_everywhere_test.cpp150 std::string uri; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_conversational_message_test.cpp64 std::string uri; in HWTEST_F() local
/base/security/certificate_manager/interfaces/kits/cj/include/
H A Dcj_cert_manager_ffi.h38 char *uri; member
45 char *uri; member
/base/security/certificate_manager/test/unittest/src/
H A Dcm_get_certinfo_test.cpp114 char *uri = g_listCertInfoexpectResult[0].CertInfo.uri; in HWTEST_F() local
140 char *uri = g_listCertInfoexpectResult[length - 1].CertInfo.uri; in HWTEST_F() local
203 char *uri = g_listCertInfoexpectResult[1].CertInfo.uri; HWTEST_F() local
[all...]
H A Dcm_set_status_test.cpp25 char uri[MAX_LEN_URI]; member
[all...]
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Ddatashare_helper.h67 std::shared_ptr<DataShareResultSet> Query(Uri &uri, const DataSharePredicates &predicates, in Query() argument
/base/telephony/call_manager/utils/src/
H A Dsettings_datashare_helper.cpp57 int32_t SettingsDataShareHelper::Query(Uri& uri, const std::string& key, std::string& value) in Query() argument
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_settings_rdb_helper.cpp87 void CellularDataSettingsRdbHelper::NotifyChange(const Uri &uri) in NotifyChange() argument
98 int32_t CellularDataSettingsRdbHelper::GetValue(Uri &uri, const std::string &column, int32_t &value) in GetValue() argument
130 int32_t CellularDataSettingsRdbHelper::PutValue(Uri &uri, const std::string &column, int value) in PutValue() argument
61 UnRegisterSettingsObserver( const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver) UnRegisterSettingsObserver() argument
74 RegisterSettingsObserver( const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver) RegisterSettingsObserver() argument
[all...]

Completed in 9 milliseconds

12345