/base/telephony/sms_mms/test/gtest/ |
H A D | sms_broadcast_subscriber_gtest.cpp | 27 helper_ = &helper; in SmsBroadcastSubscriberGtest() 36 if (helper_ == nullptr) { in OnReceiveEvent() 39 helper_->SetBoolResult(true); in OnReceiveEvent() 40 helper_->NotifyAll(); in OnReceiveEvent() 41 helper_ = nullptr; in OnReceiveEvent() 44 if (helper_ == nullptr) { in OnReceiveEvent() 47 helper_->SetBoolResult(true); in OnReceiveEvent() 48 helper_->NotifyAll(); in OnReceiveEvent() 49 helper_ = nullptr; in OnReceiveEvent() 52 if (helper_ in OnReceiveEvent() [all...] |
H A D | sms_broadcast_subscriber_gtest.h | 32 SmsMmsTestHelper *helper_; member in OHOS::Telephony::SmsBroadcastSubscriberGtest
|
/base/update/sys_installer/frameworks/installer_manager/src/ |
H A D | installer_manager.cpp | 29 helper_ = std::move(ptr); in RegisterDump() 40 if (helper_ == nullptr) { in SysInstallerInit() 44 if (helper_ == nullptr) { in SysInstallerInit() 48 return helper_->SysInstallerInit(); in SysInstallerInit() 53 if (helper_ == nullptr) { in StartUpdatePackageZip() 54 LOG(ERROR) << "helper_ null"; in StartUpdatePackageZip() 57 return helper_->StartUpdatePackageZip(pkgPath); in StartUpdatePackageZip() 62 if (helper_ == nullptr) { in SetUpdateCallback() 63 LOG(ERROR) << "helper_ null"; in SetUpdateCallback() 66 return helper_ in SetUpdateCallback() [all...] |
/base/print/print_fwk/services/print_service/src/ |
H A D | print_bms_helper.cpp | 24 PrintBMSHelper::PrintBMSHelper() : sptrBundleMgr_(nullptr), printBMSDeath_(nullptr), helper_(nullptr) in PrintBMSHelper() 32 helper_ = helper; in SetHelper() 43 if (helper_ == nullptr || !GetProxy()) { in QueryExtensionInfos() 47 if (!helper_->QueryAccounts(osAccountIds)) { in QueryExtensionInfos() 53 helper_->QueryExtension(sptrBundleMgr_, userId, extensionInfos); in QueryExtensionInfos() 61 if (helper_ == nullptr || !GetProxy()) { in QueryCallerBundleName() 66 helper_->QueryNameForUid(sptrBundleMgr_, callerUid, bundleName); in QueryCallerBundleName() 74 if (helper_ == nullptr) { in GetProxy() 78 auto remoteObject = helper_->GetBundleMgr(); in GetProxy()
|
/base/update/updater/services/ui/view/layout/ |
H A D | auto_layout.cpp | 21 helper_ = std::move(ptr); in RegisterHelper() 32 if (isInited_ || helper_ == nullptr) { in Init() 33 LOG(ERROR) << "helper_ null error or already has been inited"; in Init() 36 helper_->Init(); in Init() 42 if (helper_ == nullptr) { in SetJsonLocation() 43 LOG(ERROR) << "helper_ null error"; in SetJsonLocation() 46 helper_->SetJsonLocation(root); in SetJsonLocation()
|
H A D | auto_layout.h | 31 std::unique_ptr<LayoutInterface> helper_ {};
|
/base/update/updater/services/package/pkg_verify/ |
H A D | cert_verify.cpp | 34 helper_ = std::move(ptr); in RegisterCertHelper() 45 if (helper_ == nullptr) { in Init() 46 PKG_LOGE("helper_ null error"); in Init() 49 return helper_->Init(); in Init() 54 if (helper_ == nullptr) { 55 PKG_LOGE("helper_ null error"); 58 return helper_->CertChainCheck(certStack, cert);
|
/base/telephony/telephony_data/sms_mms/src/ |
H A D | sms_mms_ability.cpp | 81 helper_.UpdateDbPath(path); in DoInit() 82 if (helper_.Init() == NativeRdb::E_OK) { in DoInit() 132 helper_.Insert(id, values, TABLE_SMS_MMS_INFO); in Insert() 136 helper_.Insert(id, values, TABLE_MMS_PROTOCOL); in Insert() 140 helper_.Insert(id, values, TABLE_SMS_SUBSECTION); in Insert() 144 helper_.Insert(id, values, TABLE_MMS_PART); in Insert() 148 helper_.Insert(id, values, TABLE_SESSION); in Insert() 152 helper_.Insert(id, values, TABLE_MMS_PDU); in Insert() 182 auto resultSet = helper_.Query(rdbPredicates, columns); in Query() 219 result = helper_ in Update() [all...] |
/base/update/updater/services/ptable_parse/ |
H A D | ptable_process.cpp | 30 helper_ = std::move(ptr); in RegisterPtableHelper() 35 if (helper_ == nullptr) { in DoPtableProcess() 36 LOG(INFO) << "PtablePreProcess helper_ is null"; in DoPtableProcess() 39 return helper_(upParams); in DoPtableProcess()
|
H A D | ptable_process.h | 38 PtablePreProcessFunc helper_; member in Updater::PtablePreProcess
|
/base/telephony/telephony_data/opkey/src/ |
H A D | opkey_ability.cpp | 74 helper_.UpdateDbPath(path); in DoInit() 75 int rdbInitCode = helper_.Init(); in DoInit() 123 return helper_.InitOpKeyDatabase(); in BatchInsert() 143 helper_.Insert(id, values, TABLE_OPKEY_INFO); in Insert() 168 auto resultSet = helper_.Query(rdbPredicates, columns); in Query() 217 result = helper_.Update(changedRows, values, rdbPredicates); in Update() 244 result = helper_.Delete(deletedRows, rdbPredicates); in Delete() 290 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/telephony/telephony_data/sim/src/ |
H A D | sim_ability.cpp | 89 helper_.UpdateDbPath(path); in DoInit() 90 if (helper_.Init() == NativeRdb::E_OK) { in DoInit() 139 helper_.Insert(id, values, TABLE_SIM_INFO); in Insert() 164 auto resultSet = helper_.Query(rdbPredicates, columns); in Query() 207 result = helper_.Update(changedRows, values, rdbPredicates); in Update() 262 result = helper_.SetDefaultCardByType(simId, cardType); in SetCard() 284 result = helper_.Delete(deletedRows, rdbPredicates); in Delete() 327 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | pdp_profile_ability.cpp | 79 helper_.UpdateDbPath(path); in DoInit() 80 int rdbInitCode = helper_.Init(); in DoInit() 136 result = helper_.InitAPNDatabase(slotId, opkey, true); in BatchInsert() 159 helper_.Insert(id, values, TABLE_PDP_PROFILE); in Insert() 223 result = helper_.Query(ConvertPredicates(absRdbPredicates->GetTableName(), preferapnPredicates), columns); in Query() 284 result = helper_.Update(changedRows, values, rdbPredicates); in Update() 349 result = helper_.Delete(deletedRows, rdbPredicates); in Delete() 395 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType() 428 return helper_.Query(ConvertPredicates(tableName, predicates), columns); in QueryPdpProfile() 451 helper_ in QueryPdpProfile() [all...] |
/base/update/updater/services/ |
H A D | updater_preprocess.cpp | 40 helper_ = std::move(ptr); in RegisterHelper() 61 if (helper_ == nullptr) { in DoUpdatePreProcess() 62 LOG(INFO) << "PreProcess helper_ is null"; in DoUpdatePreProcess() 65 return helper_(upParams, pkgManager); in DoUpdatePreProcess()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | security_mode_parser_test.cpp | 40 static std::shared_ptr<DataShareHelper> helper_; member in OHOS::MiscServices::SecurityModeParserTest 45 std::shared_ptr<DataShareHelper> SecurityModeParserTest::helper_; member in OHOS::MiscServices::SecurityModeParserTest 52 helper_ = DataShare::DataShareHelper::Creator(nullptr, "tsetUri", "tsetUri"); in SetUpTestCase() 55 resultSet_ = helper_->Query(uri, predicates, columns); in SetUpTestCase()
|
/base/telephony/telephony_data/global_params/src/ |
H A D | global_params_ability.cpp | 72 helper_.UpdateDbPath(path); in DoInit() 73 if (helper_.Init() == NativeRdb::E_OK) { in DoInit() 150 auto result = helper_.Query(rdbPredicates, columns); in Query() 231 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_bms_helper.h | 50 std::shared_ptr<PrintServiceHelper> helper_; member in OHOS::Print::PrintBMSHelper
|
/base/update/updater/services/ui/control/ |
H A D | event_manager.cpp | 28 helper_ = std::move(ptr); in RegisterEventManagerHelper() 84 OHOS::RootView::GetInstance()->SetOnKeyActListener(helper_.get()); in AddKeyListener()
|
H A D | event_manager.h | 42 std::unique_ptr<KeyListener> helper_ {};
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 370 EXPECT_EQ(service->helper_, helper); in HWTEST_F() 374 EXPECT_EQ(service->helper_, helper); in HWTEST_F() 439 service->helper_ = helper; in HWTEST_F() 457 service->helper_ = helper; in HWTEST_F() 524 service->helper_ = helper; in HWTEST_F() 547 service->helper_ = helper; in HWTEST_F() 562 service->helper_ = helper; in HWTEST_F() 573 service->helper_ = helper; in HWTEST_F() 593 service->helper_ = helper; in HWTEST_F() 654 service->helper_ in HWTEST_F() [all...] |
/base/update/updater/services/include/package/ |
H A D | cert_verify.h | 49 std::unique_ptr<CertHelper> helper_ {};
|
/base/update/updater/services/include/updater/ |
H A D | updater_preprocess.h | 47 PreProcessFunc helper_ {};
|
/base/telephony/telephony_data/sim/include/ |
H A D | sim_ability.h | 102 RdbSimHelper helper_; member in OHOS::Telephony::SimAbility
|
/base/update/sys_installer/frameworks/installer_manager/include/ |
H A D | installer_manager.h | 43 std::unique_ptr<IInstallerManagerHelper> helper_ {};
|
/base/telephony/telephony_data/opkey/include/ |
H A D | opkey_ability.h | 93 RdbOpKeyHelper helper_; member in OHOS::Telephony::OpKeyAbility
|