/base/telephony/telephony_data/common/src/ |
D | telephony_datashare_stub_impl.cpp | 96 std::shared_ptr<DataShareExtAbility> TelephonyDataShareStubImpl::GetOwner(const Uri &uri) in GetOwner() function in OHOS::DataShare::TelephonyDataShareStubImpl 123 auto extension = GetOwner(uri); in Insert() 141 auto extension = GetOwner(uri); in Update() 158 auto extension = GetOwner(uri); in Delete() 175 auto extension = GetOwner(uri); in Query() 189 auto extension = GetOwner(uri); in BatchInsert()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_check_labels_callback.cpp | 40 owners.push_back(account.GetOwner()); in SendResult() 54 account.GetOwner(newRequest.owner); in CheckLabels()
|
D | app_account_subscribe_manager.cpp | 334 accessibleAccount.GetOwner(owner); in GetAccessibleAccountsBySubscribeInfo()
|
D | app_account_control_manager.cpp | 645 if (appAccountInfo.GetOwner() == owner) { in GetAllAccounts() 740 std::string owner = account.GetOwner(); in SelectAccountsByOptions() 754 owners.push_back(account.GetOwner()); in SelectAccountsByOptions() 1021 appAccountInfo.GetOwner(owner); in AddAccountInfoIntoDataStorage()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
D | event_queue.cpp | 140 auto filter = [](const InnerEvent::Pointer &p) { return !p->GetOwner(); }; in RemoveOrphan() 149 return !listener->GetOwner(); in RemoveOrphan() 179 auto filter = [&owner](const InnerEvent::Pointer &p) { return (p->GetOwner() == owner); }; in Remove() 192 … return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId); in Remove() 206 … return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId) && in Remove() 221 return (p->HasTask()) && (p->GetOwner() == owner) && (p->GetTaskName() == name); in Remove() 246 … return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId); in HasInnerEvent() 258 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetParam() == param); in HasInnerEvent() 419 return listener->GetOwner() == owner; in RemoveFileDescriptorListener() 497 auto handler = listener->GetOwner(); in HandleFileDescriptorEvent() [all …]
|
D | event_runner.cpp | 326 std::shared_ptr<EventHandler> handler = event->GetOwner(); in Run()
|
/base/notification/eventhandler/interfaces/inner_api/ |
D | file_descriptor_listener.h | 73 inline std::shared_ptr<EventHandler> GetOwner() const in GetOwner() function
|
D | inner_event.h | 216 inline std::shared_ptr<EventHandler> GetOwner() const in GetOwner() function
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_info.h | 41 std::string GetOwner(); 42 void GetOwner(std::string &owner);
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_manager_service_module_test.cpp | 957 appAccounts[0].GetOwner(owner); 987 appAccounts[0].GetOwner(owner); 1016 appAccounts[0].GetOwner(owner); 1049 appAccounts[0].GetOwner(owner); 1101 appAccounts[0].GetOwner(owner); 1160 appAccounts[0].GetOwner(owner); 1193 appAccounts[0].GetOwner(owner); 1225 appAccounts[0].GetOwner(owner); 1261 appAccounts[0].GetOwner(owner); 1316 appAccounts[0].GetOwner(owner); [all …]
|
D | app_account_manager_service_subscribe_module_test.cpp | 101 account.GetOwner(owner); in OnAccountsChanged() 162 account.GetOwner(owner); in OnAccountsChanged() 208 account.GetOwner(owner); in OnAccountsChanged()
|
/base/telephony/telephony_data/common/include/ |
D | telephony_datashare_stub_impl.h | 53 std::shared_ptr<DataShareExtAbility> GetOwner(const Uri &uri);
|
/base/telephony/core_service/services/sim/src/ |
D | icc_file_controller.cpp | 148 if (evt->GetOwner() == nullptr) { in ProcessBinarySize() 430 auto owner = response->GetOwner(); in SendResponse() 464 std::shared_ptr<AppExecFwk::EventHandler> handler = response->GetOwner(); in SendEfLinearResult() 487 std::shared_ptr<AppExecFwk::EventHandler> handler = response->GetOwner(); in SendMultiRecordResult() 550 bool isNull = ctrlHolder->fileLoaded->GetOwner() == nullptr; in BuildCallerInfo() 634 auto owner = response->GetOwner(); in ProcessErrorResponse()
|
D | usim_dialling_numbers_service.cpp | 308 auto owner = callerPointer_->GetOwner(); in SendBackResult()
|
D | icc_dialling_numbers_cache.cpp | 313 auto owner = callPointer->GetOwner(); in SendBackResult()
|
D | icc_dialling_numbers_handler.cpp | 331 auto owner = loadRequest->GetCaller()->GetOwner(); in SendBackResult()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 118 return telRilRequest->pointer_->GetOwner()->SendEvent( in GetCallWaitingResponse() 151 …return telRilRequest->pointer_->GetOwner()->SendEvent(telRilRequest->pointer_->GetInnerEventId(), … in GetCallTransferInfoResponse() 174 …return telRilRequest->pointer_->GetOwner()->SendEvent(telRilRequest->pointer_->GetInnerEventId(), … in GetClipResponse() 202 …return telRilRequest->pointer_->GetOwner()->SendEvent(telRilRequest->pointer_->GetInnerEventId(), … in GetClirResponse() 230 return telRilRequest->pointer_->GetOwner()->SendEvent( in GetCallRestrictionResponse() 253 bool ret = telRilRequest->pointer_->GetOwner()->SendEvent(response); in SendDtmfResponse() 750 …return telRilRequest->pointer_->GetOwner()->SendEvent(telRilRequest->pointer_->GetInnerEventId(), … in ResponseSupplement()
|
D | tel_ril_base.cpp | 132 …nst std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner(); in ErrorResponse()
|
D | tel_ril_sim.cpp | 89 …nst std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner(); in ErrorIccIoResponse() 128 if (telRilRequest->pointer_->GetOwner() == nullptr || iccIoResult == nullptr) { in ProcessIccIoInfo() 132 …nst std::shared_ptr<OHOS::AppExecFwk::EventHandler> &handler = telRilRequest->pointer_->GetOwner(); in ProcessIccIoInfo()
|
/base/notification/eventhandler/frameworks/test/moduletest/ |
D | event_handler_press_module_test.cpp | 97 auto handler = GetOwner(); in OnWritable()
|
D | event_handler_fd_listener_module_test.cpp | 93 auto handler = GetOwner(); in OnWritable()
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_base.h | 187 auto handler = telRilRequest->pointer_->GetOwner(); in SendHandlerEvent() 248 auto handler = telRilRequest->pointer_->GetOwner(); in ConfirmSupplementOfTelRilRequestInfo()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_info.cpp | 70 std::string AppAccountInfo::GetOwner() in GetOwner() function in OHOS::AccountSA::AppAccountInfo 75 void AppAccountInfo::GetOwner(std::string &owner) in GetOwner() function in OHOS::AccountSA::AppAccountInfo
|
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
D | lib_event_handler_event_test.cpp | 269 auto owner = event->GetOwner();
|
/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
D | app_account_info_test.cpp | 93 appAccountInfo.GetOwner(ownerFromInfo); 966 EXPECT_EQ(testInfo.GetOwner(), "test");
|