/foundation/distributeddatamgr/pasteboard/framework/uri/ |
H A D | uri_handler.cpp | 32 bool UriHandler::IsFile(const std::string &uri) const
in IsFile() 34 if (uri.empty()) {
in IsFile() 39 if (stat(uri.c_str(), &fileInfo) == 0 && (fileInfo.st_mode & S_IFREG)) {
in IsFile() 40 PASTEBOARD_HILOGI(PASTEBOARD_MODULE_CLIENT, "valid uri");
in IsFile() 46 int32_t UriHandler::ToFd(const std::string &uri, bool isClient)
in ToFd() argument 49 if (!GetRealPath(uri, fileRealPath)) {
in ToFd() 56 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_CLIENT, "uri error, sharePath: %{public}s, fileRealPath: %{public}s",
in ToFd()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | asset_value.h | 37 std::string uri; member 55 if (uri != ref.uri) { in operator <() 56 return uri < ref.uri; in operator <()
|
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/ |
H A D | file_share.cpp | 31 #include "uri.h" 94 Uri uri(uriStr); in GetProviderInfo() 95 info.providerBundleName_ = uri.GetAuthority(); in GetProviderInfo() 96 info.providerSandboxPath_ = SandboxHelper::Decode(uri.GetPath()); in GetProviderInfo() 131 Uri uri(uriStr); in CheckIfNeedShare() 132 string networkIdInfo = uri.GetQuery(); in CheckIfNeedShare() 142 static int32_t GetSharePath(const string &uri, FileShareInfo &info, uint32_t flag) in GetSharePath() argument 154 if (CheckIfNeedShare(uri, info.type_, info, shareRPath)) { in GetSharePath() 159 CheckIfNeedShare(uri, info.type_, info, shareRWPath)) { in GetSharePath() 184 static int32_t GetFileShareInfo(const string &uri, uint32_ argument 300 NotRequiredBindMount(const FileShareInfo &info, uint32_t flag, const string &uri) NotRequiredBindMount() argument 336 CreateSingleShareFile(const string &uri, uint32_t tokenId, uint32_t flag, FileShareInfo &info) CreateSingleShareFile() argument [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | mime_type_mgr.h | 29 static bool GetMimeTypeByUri(const std::string &uri, std::vector<std::string> &mimeTypes); 30 static bool GetMimeTypeByUri(const std::string &uri, std::string &mimeType); 31 static bool GetUtdVectorByUri(const std::string &uri, std::vector<std::string> &utdVector); 32 static bool GetUriSuffix(const std::string &uri, std::string &suffix);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | vertex_input_declaration_loader.cpp | 57 const json::value& jsonData, const string_view uri, VertexInputDeclarationData& vertexInputDeclarationData_) in LoadState() 84 PLUGIN_LOG_E("undefined format in vertex input attribute (%u), in %s", idx, uri.data()); in LoadState() 93 const json::value& jsonData, const string_view uri, VertexInputDeclarationData& vertexInputDeclarationData_) in Load() 107 result = LoadState(*stateIter, uri, vertexInputDeclarationData_); in Load() 147 IFileManager& fileManager, const string_view uri) in Load() 149 uri_ = uri; in Load() 152 IFile::Ptr file = fileManager.OpenFile(uri); in Load() 154 PLUGIN_LOG_E("Error loading '%s'", string(uri).c_str()); in Load() 164 PLUGIN_LOG_E("Error loading '%s'", string(uri).c_str()); in Load() 56 LoadState( const json::value& jsonData, const string_view uri, VertexInputDeclarationData& vertexInputDeclarationData_) LoadState() argument 92 Load( const json::value& jsonData, const string_view uri, VertexInputDeclarationData& vertexInputDeclarationData_) Load() argument 146 Load( IFileManager& fileManager, const string_view uri) Load() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_asset_loader_test.cpp | 48 .uri = uri_, in SetUp() 124 assetLoader->FinishTask(asset_.uri, true); in HWTEST_F() 126 assetLoader->FinishTask(asset_.uri, false); in HWTEST_F() 140 assetLoader->downloading_.InsertOrAssign(asset_.uri, asset_.hash); in HWTEST_F() 143 assetLoader->downloading_.Erase(asset_.uri); in HWTEST_F() 160 assetLoader->downloaded_.Insert(asset_.uri, "modifyTime_size"); in HWTEST_F() 180 auto [success, hash] = assetLoader->downloaded_.Find(asset_.uri); in HWTEST_F() 200 assetLoader->assetQueue_.push(asset_.uri); in HWTEST_F() 205 auto [success, hash] = assetLoader->downloaded_.Find(asset_.uri); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_notify_utils_mock.cpp | 40 shared_ptr<CloudDiskInode> inoPtr, string &uri)
in GetUriRecursively() 51 uri = inoPtr->fileName + BACKFLASH + uri;
in GetUriRecursively() 53 if (uri.length() > PATH_MAX || queryTimes > MAX_QUERY_TIMES) {
in GetUriRecursively() 57 uri = realPrefix + BACKFLASH + uri;
in GetUriRecursively() 58 LOGD("GetUriRecursively uri: %{public}s", GetAnonyString(uri).c_str());
in GetUriRecursively() 139 string &uri)
in GetUriFromCache() 141 if (uri in GetUriFromCache() 39 GetUriRecursively(CloudDiskFuseData* data, FindCloudDiskInodeFunc func, shared_ptr<CloudDiskInode> inoPtr, string &uri) GetUriRecursively() argument 136 GetUriFromCache(const string &bundleName, const string &rootId, const CacheNode &cacheNode, string &uri) GetUriFromCache() argument [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_thread_dataability_test.cpp | 34 #include "uri.h" 102 Uri uri("dataabilitytest:///com.example.myapplication5.DataAbilityTest"); in HWTEST_F() 107 std::shared_ptr<NativeRdb::AbsSharedResultSet> resultSet = abilitythread->Query(uri, columns, predicates); in HWTEST_F() 128 Uri uri("\nullptr"); in HWTEST_F() 133 abilitythread->Query(uri, columns, predicates); in HWTEST_F() 166 Uri uri("dataabilitytest://com.example.myapplication5.DataAbilityTest"); in HWTEST_F() 170 types = abilitythread->GetFileTypes(uri, mimeTypeFilter); in HWTEST_F() 190 Uri uri("\nullptr"); in HWTEST_F() 196 types = abilitythread->GetFileTypes(uri, mimeTypeFilter); in HWTEST_F() 230 Uri uri("dataabilitytes in HWTEST_F() [all...] |
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_datashare_extension.cpp | 159 static int32_t GetValidUriTab(const Uri &uri, string &tab) in GetValidUriTab() argument 161 string uriStr = uri.ToString(); in GetValidUriTab() 170 RINGTONE_INFO_LOG("INVALID uri=%{public}s", uriStr.c_str()); in GetValidUriTab() 235 int RingtoneDataShareExtension::Insert(const Uri &uri, const DataShareValuesBucket &value) in Insert() argument 237 RINGTONE_DEBUG_LOG("entry, uri=%{public}s", uri.ToString().c_str()); in Insert() 242 int err = GetValidUriTab(uri, tab); in Insert() 247 RingtoneDataCommand cmd(uri, tab, RingtoneOperationType::INSERT); in Insert() 258 int RingtoneDataShareExtension::Update(const Uri &uri, const DataSharePredicates &predicates, in Update() argument 261 RINGTONE_DEBUG_LOG("entry, uri in Update() 280 Delete(const Uri &uri, const DataSharePredicates &predicates) Delete() argument 300 Query(const Uri &uri, const DataSharePredicates &predicates, vector<string> &columns, DatashareBusinessError &businessError) Query() argument 329 OpenFile(const Uri &uri, const string &mode) OpenFile() argument [all...] |
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/ |
H A D | remote_file_share.cpp | 33 #include "uri.h" 268 static int GetDistributedPath(Uri &uri, const int &userId, std::string &distributedPath, const std::string &bundleName) in GetDistributedPath() argument 271 REMOTE_SHARE_PATH_DIR + SandboxHelper::Decode(uri.GetPath()); in GetDistributedPath() 279 static std::string GetPhysicalPath(Uri &uri, const std::string &userId) in GetPhysicalPath() argument 281 std::string sandboxPath = SandboxHelper::Decode(uri.GetPath()); in GetPhysicalPath() 282 if (!SandboxHelper::IsValidPath(sandboxPath) || uri.GetScheme() != FILE_SCHEME) { in GetPhysicalPath() 283 LOGE("Sandbox path from uri is error"); in GetPhysicalPath() 288 int ret = SandboxHelper::GetPhysicalPath(uri.ToString(), userId, physicalPath); in GetPhysicalPath() 334 Uri &uri, in SetHmdfsUriInfo() 340 uri in SetHmdfsUriInfo() 333 SetHmdfsUriInfo(struct HmdfsUriInfo &hui, Uri &uri, uint64_t fileSize, const std::string &networkId, const std::string &bundleName) SetHmdfsUriInfo() argument [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_loader.h | 107 static BASE_NS::string ResolvePath(BASE_NS::string_view parent, BASE_NS::string_view uri, bool allowQueryString) in ResolvePath() 109 size_t queryPos = allowQueryString ? BASE_NS::string::npos : uri.find('?'); in ResolvePath() 110 BASE_NS::string_view path = (BASE_NS::string::npos != queryPos) ? uri.substr(0, queryPos) : uri; in ResolvePath() 218 static BASE_NS::unordered_map<BASE_NS::string, BASE_NS::string> GetUriParameters(BASE_NS::string_view uri) in GetUriParameters() 220 const size_t queryPos = uri.find('?'); in GetUriParameters() 224 while (paramStartPos < uri.size()) { in GetUriParameters() 225 size_t paramValuePos = uri.find('=', paramStartPos + 1); in GetUriParameters() 226 size_t paramEndPos = uri.find('&', paramStartPos + 1); in GetUriParameters() 228 paramEndPos = uri in GetUriParameters() [all...] |
/foundation/multimedia/player_framework/services/utils/ |
H A D | uri_helper.cpp | 32 {"", UriHelper::UriType::URI_TYPE_FILE }, // empty uri head is treated as the file type uri. 113 UriHelper::UriHelper(const std::string_view &uri) in UriHelper() argument 115 FormatMeForUri(uri); in UriHelper() 131 void UriHelper::FormatMeForUri(const std::string_view &uri) noexcept 135 CHECK_AND_RETURN_LOG(!uri.empty(), "uri is empty"); 136 auto [head, body] = SplitUriHeadAndBody(uri); 139 // verify whether the uri is readable and generate the formatted uri 230 ParseFdUri(std::string_view uri) ParseFdUri() argument [all...] |
/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/ |
H A D | local_device_name_mgr.cpp | 26 #include "uri.h" 77 std::shared_ptr<DataShare::DataShareHelper> dataShareHelper, std::shared_ptr<Uri> uri, in GetDeviceNameFromDataShareHelper() 80 if (dataShareHelper == nullptr || uri == nullptr || key == nullptr) { in GetDeviceNameFromDataShareHelper() 81 LOGE("dataShareHelper or uri or key is null, param is error!"); in GetDeviceNameFromDataShareHelper() 91 auto resultSet = dataShareHelper->Query(*uri, predicates, columns); in GetDeviceNameFromDataShareHelper() 124 std::shared_ptr<Uri> uri = std::make_shared<Uri>(SETTINGS_DATA_BASE_URI + "&key=" + PREDICATES_STRING); in GetDefaultDeviceName() local 126 return GetDeviceNameFromDataShareHelper(dataShareHelper, uri, PREDICATES_STRING, deviceName); in GetDefaultDeviceName() 142 std::shared_ptr<Uri> uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI + accountIdStr + "?Proxy=true&key=" + in GetUserDefinedDeviceName() local 145 return GetDeviceNameFromDataShareHelper(dataShareHelper, uri, USER_DEFINED_STRING, deviceName); in GetUserDefinedDeviceName() 161 std::shared_ptr<Uri> uri in GetDisplayDeviceName() local 76 GetDeviceNameFromDataShareHelper( std::shared_ptr<DataShare::DataShareHelper> dataShareHelper, std::shared_ptr<Uri> uri, const char *key, std::string &deviceName) GetDeviceNameFromDataShareHelper() argument 211 auto uri = std::make_shared<Uri>(SETTINGS_DATA_BASE_URI + "&key=" + PREDICATES_STRING); RegisterDeviceNameChangeCb() local 267 auto uri = std::make_shared<Uri>(SETTINGS_DATA_SECURE_URI + accountIdStr + RegisterDisplayNameChangeCb() local [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/ |
H A D | js_backend_engine.h | 53 const Uri& uri, const OHOS::NativeRdb::ValuesBucket& value, const CallingInfo& callingInfo) = 0; 56 virtual std::shared_ptr<OHOS::NativeRdb::AbsSharedResultSet> Query(const Uri& uri, 59 virtual int32_t Update(const Uri& uri, const OHOS::NativeRdb::ValuesBucket& value, 62 const Uri& uri, const OHOS::NativeRdb::DataAbilityPredicates& predicates, const CallingInfo& callingInfo) = 0; 65 const Uri& uri, const std::vector<OHOS::NativeRdb::ValuesBucket>& values, const CallingInfo& callingInfo) = 0; 66 virtual std::string GetType(const Uri& uri, const CallingInfo& callingInfo) = 0; 68 const Uri& uri, const std::string& mimeTypeFilter, const CallingInfo& callingInfo) = 0; 69 virtual int32_t OpenFile(const Uri& uri, const std::string& mode, const CallingInfo& callingInfo) = 0; 70 virtual int32_t OpenRawFile(const Uri& uri, const std::string& mode, const CallingInfo& callingInfo) = 0; 71 virtual Uri NormalizeUri(const Uri& uri, cons [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_image.cpp | 65 std::shared_ptr<RSData> SvgImage::LoadLocalImage(const std::string& uri) in LoadLocalImage() argument 68 auto realPath = uri; in LoadLocalImage() 77 realPath = svgPath.substr(0, pos + 1) + uri; in LoadLocalImage() 113 std::shared_ptr<RSData> SvgImage::LoadBase64Image(const std::string& uri) in LoadBase64Image() argument 116 auto iter = uri.find("base64"); in LoadBase64Image() 117 std::string content = uri.substr(iter + 7); in LoadBase64Image() 127 SrcType SvgImage::ParseHrefAttr(const std::string& uri) in ParseHrefAttr() argument 129 if (uri.empty()) { in ParseHrefAttr() 132 auto iter = uri.find_first_of(':'); in ParseHrefAttr() 136 std::string head = uri in ParseHrefAttr() [all...] |
/foundation/filemanagement/dfs_service/test/fuzztest/filetransfermanager_fuzzer/ |
H A D | filetransfermanager_fuzzer.cpp | 43 std::string uri = fuzzData.GetStringFromData(len); in DownloadFileFromRemoteDeviceFuzzTest() local 44 fileTransferMgrPtr->DownloadFileFromRemoteDevice(networkId, userId, taskId, uri); in DownloadFileFromRemoteDeviceFuzzTest() 58 std::string uri = fuzzData.GetStringFromData(len); in HandleDownloadFileRequestFuzzTest() local 62 msgInputInfo.uri = uri; in HandleDownloadFileRequestFuzzTest() 76 std::string uri = fuzzData.GetStringFromData(len); in HandleDownloadFileResponseFuzzTest() local 80 msgInputInfo.uri = uri; in HandleDownloadFileResponseFuzzTest() 97 std::string uri = fuzzData.GetStringFromData(len); in OnMessageHandleFuzzTest() local 101 msgInputInfo.uri in OnMessageHandleFuzzTest() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_photo_asset_proxy.cpp | 81 string uri = PAH_QUERY_PHOTO; in GetFileAsset() local 82 MediaFileUtils::UriAppendKeyValue(uri, API_VERSION, to_string(MEDIA_API_VERSION_V10)); in GetFileAsset() 83 Uri queryUri(uri); in GetFileAsset() 147 string uri = PAH_CREATE_PHOTO; in CreatePhotoAsset() local 148 MediaFileUtils::UriAppendKeyValue(uri, API_VERSION, to_string(MEDIA_API_VERSION_V10)); in CreatePhotoAsset() 149 Uri createUri(uri); in CreatePhotoAsset() 156 "CreatePhotoAsset Success, photoId: %{public}s, fileId: %{public}d, uri: %{public}s, burstKey: %{public}s", in CreatePhotoAsset() 160 static bool isHighQualityPhotoExist(string uri) in isHighQualityPhotoExist() argument 162 string filePath = MediaFileUri::GetPathFromUri(uri, true); in isHighQualityPhotoExist() 183 int32_t CloseFd(const shared_ptr<DataShare::DataShareHelper> &dataShareHelper, const string &uri, cons argument 209 SaveImage(int fd, const string &uri, const string &photoId, void *output, size_t writeSize) SaveImage() argument 234 PackAndSaveImage(int fd, const string &uri, const sptr<PhotoProxy> &photoProxy) PackAndSaveImage() argument 361 string uri = PAH_ADD_IMAGE; UpdatePhotoQuality() local 392 string uri = PAH_ADD_LOWQUALITY_IMAGE; SaveLowQualityPhoto() local 416 DealWithLowQualityPhoto(shared_ptr<DataShare::DataShareHelper> &dataShareHelper, int fd, const string &uri, const sptr<PhotoProxy> &photoProxy) DealWithLowQualityPhoto() argument [all...] |
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/ |
H A D | file_uri_n_exporter.cpp | 23 #include "uri.h" 109 string uri = fileuriEntity->fileUri_.GetFullDirectoryUri(); in GetFullDirectoryUri() local 110 if (uri == "") { in GetFullDirectoryUri() 114 return NVal::CreateUTF8String(env, uri).val_; in GetFullDirectoryUri() 156 static std::string Split(const std::string &path, Uri &uri) in Split() argument 159 if (!uri.GetScheme().empty()) { in Split() 160 normalizeUri += uri.GetScheme() + ":"; in Split() 162 if (uri.GetPath().empty()) { in Split() 163 normalizeUri += uri.GetSchemeSpecificPart(); in Split() 165 if (!uri in Split() 188 NormalizeUri(Uri &uri) NormalizeUri() argument [all...] |
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | open.cpp | 156 Uri uri(path); in OpenFileByDatashare() 157 int fd = dataShareHelper->OpenFile(uri, CommonFunc::GetModeFromFlags(flags)); in OpenFileByDatashare() 161 static tuple<int, string> OpenByFileDataUri(Uri &uri, const string &uriStr, unsigned int mode) in OpenByFileDataUri() argument 163 string bundleName = uri.GetAuthority(); in OpenByFileDataUri() 167 int res = OpenFileByDatashare(uri.ToString(), mode); in OpenByFileDataUri() 171 return { res, uri.ToString() }; in OpenByFileDataUri() 173 int res = OpenFileByDatashare(uri.ToString(), mode); in OpenByFileDataUri() 176 return { -ENOENT, uri.ToString() }; in OpenByFileDataUri() 178 return { res, uri.ToString() }; in OpenByFileDataUri() 187 static tuple<int, string> OpenFileByBroker(const Uri &uri, uint32_ argument 266 string uri; global() member [all...] |
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessservicestub_fuzzer/ |
H A D | fileaccessservicemock.h | 27 int32_t OnChange(Uri uri, NotifyType notifyType) override { return 0; } 28 int32_t RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAccessObserver> &observer, 30 int32_t UnregisterNotify(Uri uri, const sptr<IFileAccessObserver> &observer, 34 int32_t CleanAllNotify(Uri uri, const std::shared_ptr<ConnectExtensionInfo> &info) override { return 0; }
|
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessserviceproxy_fuzzer/ |
H A D | fileaccessservicemock.h | 27 int32_t OnChange(Uri uri, NotifyType notifyType) override { return 0; } 28 int32_t RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAccessObserver> &observer, 30 int32_t UnregisterNotify(Uri uri, const sptr<IFileAccessObserver> &observer, 34 int32_t CleanAllNotify(Uri uri, const std::shared_ptr<ConnectExtensionInfo> &info) override { return 0; }
|
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | media_source.cpp | 22 MediaSource::MediaSource(std::string uri) in MediaSource() argument 23 : uri_(std::move(uri)), type_(SourceType::SOURCE_TYPE_URI) in MediaSource() 32 MediaSource::MediaSource(std::string uri, std::map<std::string, std::string> header) in MediaSource() argument 33 : uri_(std::move(uri)), header_(std::move(header)) in MediaSource()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | context.h | 36 explicit Context(const std::string &uri) : uri(uri) {}
in Context() argument 38 std::string uri;
member in OHOS::DataShare::Context
|
/foundation/filemanagement/file_api/interfaces/kits/c/fileio/ |
H A D | fileio.c | 22 __attribute__((visibility("default"))) int OH_FileIO_GetFileLocation(char *uri, int uriLength, int *location) in OH_FileIO_GetFileLocation() argument 24 if (uri == NULL || location == NULL) { in OH_FileIO_GetFileLocation() 27 int ret = GetFileLocation(uri, uriLength, location); in OH_FileIO_GetFileLocation()
|
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
H A D | data_share_service_proxy.cpp | 33 int32_t DataShareServiceProxy::Insert(const Uri &uri, const Uri &extUri, const DataShareValuesBucket &value) in Insert() argument 35 auto [errCode, status] = InsertEx(uri, extUri, value); in Insert() 45 int32_t DataShareServiceProxy::Update(const Uri &uri, const Uri &extUri, in Update() argument 48 auto [errCode, status] = UpdateEx(uri, extUri, predicate, valuesBucket); in Update() 58 int32_t DataShareServiceProxy::Delete(const Uri &uri, const Uri &extUri, const DataSharePredicates &predicate) in Delete() argument 60 auto [errCode, status] = DeleteEx(uri, extUri, predicate); in Delete() 70 std::pair<int32_t, int32_t> DataShareServiceProxy::InsertEx(const Uri &uri, const Uri &extUri, in InsertEx() argument 73 const std::string &uriStr = uri.ToString(); in InsertEx() 91 LOG_ERROR("InsertEx fail to sendRequest. uri: %{public}s, err: %{public}d", in InsertEx() 102 std::pair<int32_t, int32_t> DataShareServiceProxy::UpdateEx(const Uri &uri, cons argument 134 DeleteEx(const Uri &uri, const Uri &extUri, const DataSharePredicates &predicate) DeleteEx() argument 166 Query(const Uri &uri, const Uri &extUri, const DataSharePredicates &predicates, std::vector<std::string> &columns, DatashareBusinessError &businessError) Query() argument 196 AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) AddQueryTemplate() argument 220 DelQueryTemplate(const std::string &uri, int64_t subscriberId) DelQueryTemplate() argument 523 Notify(const std::string &uri) Notify() argument 545 SetSilentSwitch(const Uri &uri, bool enable) SetSilentSwitch() argument 570 GetSilentProxyStatus(const std::string &uri) GetSilentProxyStatus() argument 594 RegisterObserver(const Uri &uri, const sptr<OHOS::IRemoteObject> &dataObserver) RegisterObserver() argument 622 UnRegisterObserver(const Uri &uri, const sptr<OHOS::IRemoteObject> &dataObserver) UnRegisterObserver() argument [all...] |