Home
last modified time | relevance | path

Searched refs:Query (Results 1 – 25 of 98) sorted by relevance

1234

/base/telephony/call_manager/services/call/call_state_observer/src/
Dcall_data_base_helper.cpp51 callDataPtr->Query(this->phones, predicates); in OnChange()
115 bool CallDataBaseHelper::Query(std::vector<std::string> *phones, DataShare::DataSharePredicates &pr… in Query() function in OHOS::Telephony::CallDataBaseHelper
125 auto resultSet = helper->Query(uri, predicates, columns); in Query()
146 bool CallDataBaseHelper::Query(ContactInfo &contactInfo, DataShare::DataSharePredicates &predicates) in Query() function in OHOS::Telephony::CallDataBaseHelper
155 auto resultSet = helper->Query(uri, predicates, columns); in Query()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_base_manager.cpp53 int32_t HiSysEventBaseManager::Query(struct QueryArg& arg, std::vector<QueryRule>& rules, in Query() function in OHOS::HiviewDFX::HiSysEventBaseManager
58 return proxy->Query(arg, rules, callback); in Query()
Dhisysevent_manager.cpp65 int32_t HiSysEventManager::Query(struct QueryArg& arg, std::vector<QueryRule>& rules, in Query() function in OHOS::HiviewDFX::HiSysEventManager
69 return HiSysEventBaseManager::Query(arg, rules, baseQueryCallback); in Query()
/base/telephony/call_manager/services/call/call_state_observer/include/
Dcall_data_base_helper.h72 bool Query(std::vector<std::string> *phones, DataShare::DataSharePredicates &predicates);
73 bool Query(ContactInfo &contactInfo, DataShare::DataSharePredicates &predicates);
/base/telephony/core_service/services/sim/src/
Dsim_rdb_helper.cpp57 std::shared_ptr<NativeRdb::AbsSharedResultSet> SimRdbHelper::Query( in Query() function in OHOS::Telephony::SimRdbHelper
66 … std::shared_ptr<NativeRdb::AbsSharedResultSet> ret = helper_->Query(simUri, columns, predicates); in Query()
99 std::shared_ptr<NativeRdb::AbsSharedResultSet> result = Query(colume, predicates); in GetDefaultMainCardSlotId()
123 std::shared_ptr<NativeRdb::AbsSharedResultSet> result = Query(colume, predicates); in GetDefaultMessageCardSlotId()
147 std::shared_ptr<NativeRdb::AbsSharedResultSet> result = Query(colume, predicates); in GetDefaultCellularDataCardSlotId()
171 std::shared_ptr<NativeRdb::AbsSharedResultSet> result = Query(colume, predicates); in GetDefaultVoiceCardSlotId()
299 std::shared_ptr<NativeRdb::AbsSharedResultSet> result = Query(colume, predicates); in QueryDataBySlotId()
319 std::shared_ptr<NativeRdb::AbsSharedResultSet> result = Query(colume, predicates); in QueryDataByIccId()
338 std::shared_ptr<NativeRdb::AbsSharedResultSet> result = Query(colume, predicates); in QueryAllData()
361 std::shared_ptr<NativeRdb::AbsSharedResultSet> result = Query(colume, predicates); in QueryAllValidData()
/base/telephony/data_storage/
DREADME.md14 - [Parameters of the Query API](#section1096113151208)
60 …, your application can call the **Insert**, **Delete**, **Update**, and **Query** APIs provided by…
77 | std::shared_ptr\<NativeRdb::AbsSharedResultSet\> Query( const Uri &uri, const std::vector\<std::s…
126 ### Parameters of the Query API<a name="section1096113151208"></a>
128 **Table 6** Parameters of the Query API
145 4. Call **DataAbilityHelper::Query** to query data, and call the other related APIs to process data.
181 // Query predicates
183 // Call the DataAbilityHelper::Query API to query data.
184 return helper->Query(uri, colume, predicates);
DREADME_zh.md74 | std::shared_ptr\<NativeRdb::AbsSharedResultSet\> Query( const Uri &uri, const std::vector\<std::s…
125 **表 6** Query接口参数说明
142 4. 调用DataAbilityHelper::Query接口访问,并接收处理返回的数据。
180 // 调用DataAbilityHelper::Query接口查询
181 return helper->Query(uri, colume, predicates);
/base/request/request/download/services/include/
Ddownload_service_manager.h50 bool Query(uint32_t taskId, DownloadInfo &info);
51 bool Query(uint32_t taskId, uint32_t uid, DownloadInfo &info);
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_base_manager.h37 static int32_t Query(struct QueryArg& arg, std::vector<QueryRule>& rules,
Dhisysevent_manager.h39 static int32_t Query(struct QueryArg& arg, std::vector<QueryRule>& rules,
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Disys_event_service.h35 …virtual int32_t Query(const QueryArgument& queryArgument, const std::vector<SysEventQueryRule>& ru…
Dsys_event_service_proxy.h34 int32_t Query(const QueryArgument& queryArgument, const std::vector<SysEventQueryRule>& rules,
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Disys_event_service.h35 …virtual int32_t Query(const QueryArgument& queryArgument, const std::vector<SysEventQueryRule>& ru…
Dsys_event_service_proxy.h34 int32_t Query(const QueryArgument& queryArgument, const std::vector<SysEventQueryRule>& rules,
Dhisysevent_delegate.h47 int32_t Query(const struct QueryArg& arg, const std::vector<QueryRule>& rules,
/base/telephony/core_service/services/network_search/src/
Dsetting_utils.cpp89 bool SettingUtils::Query(Uri uri, const std::string &key, std::string &value) in Query() function in OHOS::Telephony::SettingUtils
100 auto result = settingHelper_->Query(uri, predicates, columns); in Query()
148 bool ret = Query(uri, key, queryValue); in Update()
/base/request/request/download/interfaces/innerkits/include/
Ddownload_service_interface.h33 virtual bool Query(uint32_t taskId, DownloadInfo &info) = 0;
/base/telephony/sms_mms/services/
Dsms_persist_helper.cpp67 bool SmsPersistHelper::Query(NativeRdb::DataAbilityPredicates &predicates, std::vector<SmsReceiveIn… in Query() function in OHOS::Telephony::SmsPersistHelper
76 …std::shared_ptr<NativeRdb::AbsSharedResultSet> resultSet = helper->Query(uri, columns, predicates); in Query()
124 …std::shared_ptr<NativeRdb::AbsSharedResultSet> resultSet = helper->Query(uri, columns, predicates); in QueryBlockPhoneNumber()
/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_service_proxy.h32 bool Query(uint32_t taskId, DownloadInfo &info) override;
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_query.cpp24 napi_value DownloadQuery::Query(napi_env env, napi_callback_info info) in Query() function in OHOS::Request::Download::DownloadQuery
82 if (DownloadManager::GetInstance()->Query(context->task_->GetId(), context->info) == true) { in Exec()
/base/request/request/download/services/src/
Ddownload_service_manager.cpp238 bool DownloadServiceManager::Query(uint32_t taskId, DownloadInfo &info) in Query() function in OHOS::Request::Download::DownloadServiceManager
247 return it->second->Query(info); in Query()
250 bool DownloadServiceManager::Query(uint32_t taskId, uint32_t uid, DownloadInfo &info) in Query() function in OHOS::Request::Download::DownloadServiceManager
263 return it->second->Query(info); in Query()
503 it.second->Query(downloadInfo); in QueryAllTask()
/base/telephony/sms_mms/services/include/
Dsms_persist_helper.h35 …bool Query(NativeRdb::DataAbilityPredicates &predicates, std::vector<SmsReceiveIndexer> &indexers);
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dhisysevent_delegate.cpp84 int32_t HiSysEventDelegate::Query(const struct QueryArg& arg, in Query() function in OHOS::HiviewDFX::HiSysEventDelegate
102 return sysEventService.Query(queryArgument, hospRules, spCallBack); in Query()
/base/request/request/download/ability/src/
Ddownload_database.cpp168 std::unique_ptr<OHOS::NativeRdb::AbsSharedResultSet> DownloadDataBase::Query( in Query() function in OHOS::Request::Download::DownloadDataBase
175 … std::unique_ptr<OHOS::NativeRdb::AbsSharedResultSet> result = store_->Query(predicates, columns); in Query()
/base/notification/distributed_notification_service/test/fuzztest/reminderstoreannex_fuzzer/
Dreminderstoreannex_fuzzer.cpp33 reminderStore.Query(queryCondition); in DoSomethingInterestingWithMyAPI()

1234