/base/telephony/telephony_data/common/src/ |
H A D | telephony_datashare_stub_impl.cpp | 122 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 D | app_account_check_labels_callback.cpp | 40 owners.push_back(account.GetOwner()); in SendResult() 55 account.GetOwner(newRequest.owner); in CheckLabels()
|
H A D | app_account_subscribe_manager.cpp | 334 accessibleAccount.GetOwner(owner); in GetAccessibleAccountsBySubscribeInfo()
|
H A D | app_account_control_manager.cpp | 899 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 D | file_descriptor_listener.h | 73 inline std::shared_ptr<EventHandler> GetOwner() const in GetOwner() function in OHOS::AppExecFwk::FileDescriptorListener
|
H A D | inner_event.h | 426 inline std::shared_ptr<EventHandler> GetOwner() const in GetOwner() function in OHOS::AppExecFwk::final
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_info.h | 41 std::string GetOwner(); 42 void GetOwner(std::string &owner);
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue_ffrt.cpp | 491 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 D | event_queue_base.cpp | 214 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 D | deamon_io_waiter.cpp | 155 auto handler = fileDescriptorInfo->listener_->GetOwner(); in HandleFileDescriptorEvent()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_module_test.cpp | 958 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 D | app_account_manager_service_subscribe_module_test.cpp | 105 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 D | telephony_datashare_stub_impl.h | 54 std::shared_ptr<DataShareExtAbility> GetOwner(const Uri &uri);
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 117 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 D | tel_ril_base.cpp | 132 const std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner(); in ErrorResponse()
|
H A D | tel_ril_sim.cpp | 87 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 D | event_handler_press_module_test.cpp | 97 auto handler = GetOwner();
|
H A D | event_handler_fd_listener_module_test.cpp | 102 auto handler = GetOwner();
|
/base/telephony/core_service/services/sim/src/ |
H A D | icc_file_controller.cpp | 457 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 D | usim_dialling_numbers_service.cpp | 331 auto owner = callerPointer_->GetOwner(); in SendBackResult()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_base.h | 208 auto handler = telRilRequest->pointer_->GetOwner(); in SendHandlerEvent() 270 auto handler = telRilRequest->pointer_->GetOwner(); in ConfirmSupplementOfTelRilRequestInfo()
|
/base/telephony/core_service/utils/common/src/ |
H A D | tel_event_queue.cpp | 161 handler = std::static_pointer_cast<TelEventHandler>(event->GetOwner()); in SubmitToFFRT()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_info.cpp | 102 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 D | app_account_info_test.cpp | 100 appAccountInfo.GetOwner(ownerFromInfo); in HWTEST_F() 973 EXPECT_EQ(testInfo.GetOwner(), "test"); in HWTEST_F()
|
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_event_test.cpp | 270 auto owner = event->GetOwner(); in HWTEST_F()
|