Home
last modified time | relevance | path

Searched refs:GetOwner (Results 1 - 25 of 31) sorted by relevance

12

/base/telephony/telephony_data/common/src/
H A Dtelephony_datashare_stub_impl.cpp122 std::shared_ptr<DataShareExtAbility> TelephonyDataShareStubImpl::GetOwner(const Uri &uri) in GetOwner() function in OHOS::DataShare::TelephonyDataShareStubImpl
126 DATA_STORAGE_LOGD("GetOwner uri: %{public}s", path.c_str()); in GetOwner()
157 auto extension = GetOwner(uri); in Insert()
175 auto extension = GetOwner(uri); in Update()
194 auto extension = GetOwner(uri); in Delete()
211 auto extension = GetOwner(uri); in Query()
225 auto extension = GetOwner(uri); in BatchInsert()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_check_labels_callback.cpp40 owners.push_back(account.GetOwner()); in SendResult()
55 account.GetOwner(newRequest.owner); in CheckLabels()
H A Dapp_account_subscribe_manager.cpp334 accessibleAccount.GetOwner(owner); in GetAccessibleAccountsBySubscribeInfo()
H A Dapp_account_control_manager.cpp899 if (appAccountInfo.GetOwner() == owner) { in GetAllAccounts()
994 std::string owner = account.GetOwner(); in SelectAccountsByOptions()
1008 owners.push_back(account.GetOwner()); in SelectAccountsByOptions()
1306 appAccountInfo.GetOwner(owner); in AddAccountInfoIntoDataStorage()
/base/notification/eventhandler/interfaces/inner_api/
H A Dfile_descriptor_listener.h73 inline std::shared_ptr<EventHandler> GetOwner() const in GetOwner() function in OHOS::AppExecFwk::FileDescriptorListener
H A Dinner_event.h426 inline std::shared_ptr<EventHandler> GetOwner() const in GetOwner() function in OHOS::AppExecFwk::final
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h41 std::string GetOwner();
42 void GetOwner(std::string &owner);
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp491 auto handler = new (std::nothrow) std::shared_ptr<EventHandler>(ffrtEvent->GetOwner()); in SubmitEventAtEnd()
529 auto handler = new (std::nothrow) std::shared_ptr<EventHandler>(ffrtEvent->GetOwner()); in SubmitEventAtFront()
613 return listener->GetOwner() == owner; in RemoveFileDescriptorListener()
687 auto handler = listener->GetOwner(); in HandleFileDescriptorEvent()
742 HILOGD("Start get to GetOwner"); in RemoveInvalidFileDescriptor()
743 return !listener->GetOwner(); in RemoveInvalidFileDescriptor()
H A Devent_queue_base.cpp214 auto filter = [&owner](const InnerEvent::Pointer &p) { return (p->GetOwner() == owner); }; in Remove()
227 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId); in Remove()
242 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId) && in Remove()
262 bool ret = (p->HasTask()) && (p->GetOwner() == owner) && (p->GetTaskName() == name); in Remove()
315 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId); in HasInnerEvent()
327 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetParam() == param); in HasInnerEvent()
861 return listener->GetOwner() == owner; in RemoveFileDescriptorListener()
937 auto handler = listener->GetOwner(); in HandleFileDescriptorEvent()
1004 HILOGD("Start get to GetOwner"); in RemoveInvalidFileDescriptor()
1005 return !listener->GetOwner(); in RemoveInvalidFileDescriptor()
[all...]
H A Ddeamon_io_waiter.cpp155 auto handler = fileDescriptorInfo->listener_->GetOwner(); in HandleFileDescriptorEvent()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp958 appAccounts[0].GetOwner(owner); in HWTEST_F()
988 appAccounts[0].GetOwner(owner); in HWTEST_F()
1016 appAccounts[0].GetOwner(owner); in HWTEST_F()
1049 appAccounts[0].GetOwner(owner); in HWTEST_F()
1101 appAccounts[0].GetOwner(owner); in HWTEST_F()
1160 appAccounts[0].GetOwner(owner); in HWTEST_F()
1193 appAccounts[0].GetOwner(owner); in HWTEST_F()
1224 appAccounts[0].GetOwner(owner); in HWTEST_F()
1260 appAccounts[0].GetOwner(owner); in HWTEST_F()
1315 appAccounts[0].GetOwner(owne in HWTEST_F()
[all...]
H A Dapp_account_manager_service_subscribe_module_test.cpp105 account.GetOwner(owner); in OnAccountsChanged()
166 account.GetOwner(owner); in OnAccountsChanged()
212 account.GetOwner(owner); in OnAccountsChanged()
/base/telephony/telephony_data/common/include/
H A Dtelephony_datashare_stub_impl.h54 std::shared_ptr<DataShareExtAbility> GetOwner(const Uri &uri);
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp117 telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), callWaitInfoResult); in GetCallWaitingResponse()
150 telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), cFQueryInfoList); in GetCallTransferInfoResponse()
174 telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), clipResult); in GetClipResponse()
203 telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), result); in GetClirResponse()
232 telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), callRestrictionResult); in GetCallRestrictionResponse()
254 const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner(); in SendDtmfResponse()
736 telRilRequest->pointer_->GetOwner(), telRilRequest->pointer_->GetInnerEventId(), resultInfo); in ResponseSupplement()
H A Dtel_ril_base.cpp132 const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner(); in ErrorResponse()
H A Dtel_ril_sim.cpp87 const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner(); in ErrorIccIoResponse()
126 if (telRilRequest->pointer_->GetOwner() == nullptr || iccIoResult == nullptr) { in ProcessIccIoInfo()
127 TELEPHONY_LOGE("ERROR: telRilRequest->pointer_->GetOwner() or iccIoResult == nullptr !!!"); in ProcessIccIoInfo()
130 const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner(); in ProcessIccIoInfo()
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_press_module_test.cpp97 auto handler = GetOwner();
H A Devent_handler_fd_listener_module_test.cpp102 auto handler = GetOwner();
/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp457 auto owner = response->GetOwner(); in SendResponse()
491 std::shared_ptr<AppExecFwk::EventHandler> handler = response->GetOwner(); in SendEfLinearResult()
518 std::shared_ptr<AppExecFwk::EventHandler> handler = response->GetOwner(); in SendMultiRecordResult()
589 bool isNull = ctrlHolder->fileLoaded->GetOwner() == nullptr; in BuildCallerInfo()
700 auto owner = response->GetOwner(); in ProcessErrorResponse()
H A Dusim_dialling_numbers_service.cpp331 auto owner = callerPointer_->GetOwner(); in SendBackResult()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_base.h208 auto handler = telRilRequest->pointer_->GetOwner(); in SendHandlerEvent()
270 auto handler = telRilRequest->pointer_->GetOwner(); in ConfirmSupplementOfTelRilRequestInfo()
/base/telephony/core_service/utils/common/src/
H A Dtel_event_queue.cpp161 handler = std::static_pointer_cast<TelEventHandler>(event->GetOwner()); in SubmitToFFRT()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp102 std::string AppAccountInfo::GetOwner() in GetOwner() function in OHOS::AccountSA::AppAccountInfo
107 void AppAccountInfo::GetOwner(std::string &owner) in GetOwner() function in OHOS::AccountSA::AppAccountInfo
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp100 appAccountInfo.GetOwner(ownerFromInfo); in HWTEST_F()
973 EXPECT_EQ(testInfo.GetOwner(), "test"); in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp270 auto owner = event->GetOwner(); in HWTEST_F()

Completed in 29 milliseconds

12