Home
last modified time | relevance | path

Searched refs:helper_ (Results 1 - 25 of 34) sorted by relevance

12

/base/telephony/sms_mms/test/gtest/
H A Dsms_broadcast_subscriber_gtest.cpp27 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 Dsms_broadcast_subscriber_gtest.h32 SmsMmsTestHelper *helper_; member in OHOS::Telephony::SmsBroadcastSubscriberGtest
/base/update/sys_installer/frameworks/installer_manager/src/
H A Dinstaller_manager.cpp29 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 Dprint_bms_helper.cpp24 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 Dauto_layout.cpp21 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 Dauto_layout.h31 std::unique_ptr<LayoutInterface> helper_ {};
/base/update/updater/services/package/pkg_verify/
H A Dcert_verify.cpp34 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 Dsms_mms_ability.cpp81 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 Dptable_process.cpp30 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 Dptable_process.h38 PtablePreProcessFunc helper_; member in Updater::PtablePreProcess
/base/telephony/telephony_data/opkey/src/
H A Dopkey_ability.cpp74 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 Dsim_ability.cpp89 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 Dpdp_profile_ability.cpp79 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 Dupdater_preprocess.cpp40 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 Dsecurity_mode_parser_test.cpp40 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 Dglobal_params_ability.cpp72 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 Dprint_bms_helper.h50 std::shared_ptr<PrintServiceHelper> helper_; member in OHOS::Print::PrintBMSHelper
/base/update/updater/services/ui/control/
H A Devent_manager.cpp28 helper_ = std::move(ptr); in RegisterEventManagerHelper()
84 OHOS::RootView::GetInstance()->SetOnKeyActListener(helper_.get()); in AddKeyListener()
H A Devent_manager.h42 std::unique_ptr<KeyListener> helper_ {};
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp370 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 Dcert_verify.h49 std::unique_ptr<CertHelper> helper_ {};
/base/update/updater/services/include/updater/
H A Dupdater_preprocess.h47 PreProcessFunc helper_ {};
/base/telephony/telephony_data/sim/include/
H A Dsim_ability.h102 RdbSimHelper helper_; member in OHOS::Telephony::SimAbility
/base/update/sys_installer/frameworks/installer_manager/include/
H A Dinstaller_manager.h43 std::unique_ptr<IInstallerManagerHelper> helper_ {};
/base/telephony/telephony_data/opkey/include/
H A Dopkey_ability.h93 RdbOpKeyHelper helper_; member in OHOS::Telephony::OpKeyAbility

Completed in 11 milliseconds

12