/base/web/webview/test/unittest/pasteboard_adapter/ |
H A D | pasteboard_client_adapter_test.cpp | 542 g_dataAdapterNull->data_.reset((PasteData*)mock1); in HWTEST_F() 567 g_dataAdapterNull->data_.reset((PasteData*)mock2); in HWTEST_F() 589 g_dataAdapterNull->data_.reset((PasteData*)mock); in HWTEST_F() 694 bool reset = g_datarecordnull->SetHtmlText(htmlText); in HWTEST_F() local 695 EXPECT_NE(TRUE_OK, reset); in HWTEST_F() 696 reset = g_datarecord->SetHtmlText(htmlText); in HWTEST_F() 697 EXPECT_EQ(TRUE_OK, reset); in HWTEST_F() 714 bool reset = g_datarecordnull->SetPlainText(plainText); in HWTEST_F() local 715 EXPECT_NE(TRUE_OK, reset); in HWTEST_F() 716 reset in HWTEST_F() 838 bool reset = g_datarecord->SetImgData(image); HWTEST_F() local 859 bool reset = g_datarecordnull->GetImgData(image); HWTEST_F() local 874 bool reset = g_datarecord->GetImgData(image); HWTEST_F() local 922 bool reset = g_datarecordnull->SetUri(testUri); HWTEST_F() local 945 bool reset = g_datarecordnull->SetCustomData(testData); HWTEST_F() local [all...] |
/base/update/updater/services/ui/view/ |
H A D | view_api.cpp | 76 int reset = Utils::String2Int<int>(hexColor.substr(startPos, width)); in StrToColor() 77 if (reset < 0 || reset > static_cast<int>(colorMaxSize)) { in StrToColor() 78 LOG(ERROR) << "String2Int error, reset = " << reset; in StrToColor() 81 uint8_t ret = (startPos > hexColor.size()) ? 0 : static_cast<uint8_t>(reset); in StrToColor()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | task_manager.cpp | 159 curTask_.reset(); in ProcessNextInnerTask() 170 curTask_.reset(); in ProcessNextInnerTask() 186 curTask_.reset(); in ProcessNextAmsTask() 212 curTask_.reset(); in ProcessNextImaTask() 256 curTask_.reset(); in ExecuteCurrentTask() 265 curTask_.reset(); in ExecuteCurrentTask()
|
/base/update/updater/services/diffpatch/diff/ |
H A D | update_diff.cpp | 143 newParser_.reset(new ImageParser());
in MakePatch() 144 oldParser_.reset(new ImageParser());
in MakePatch() 157 imageDiff.reset(new ImageDiff(limit_, newParser_.get(), oldParser_.get()));
in MakePatch() 167 imageDiff.reset(new ZipImageDiff(limit_, newParser_.get(), oldParser_.get()));
in MakePatch() 170 imageDiff.reset(new Lz4ImageDiff(limit_, newParser_.get(), oldParser_.get()));
in MakePatch() 173 imageDiff.reset(new GZipImageDiff(limit_, newParser_.get(), oldParser_.get()));
in MakePatch() 176 imageDiff.reset(new ImageDiff(limit_, newParser_.get(), oldParser_.get()));
in MakePatch()
|
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/ |
H A D | nullpointer_dereference.cpp | 35 testcase.reset();
in TestNullPointerDereferenceCrash1() 43 testcase.reset();
in TestNullPointerDereferenceCrash2()
|
/base/update/updater/test/unittest/applypatch_test/ |
H A D | transfer_manager_unittest.cpp | 55 bool reset = tm->CheckResult(CommandResult::NEED_RETRY, cmd, CommandType::ZERO);
in HWTEST_F() local 56 EXPECT_EQ(reset, false);
in HWTEST_F()
|
/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_screen_status_manager.cpp | 66 kvDataManager_.reset(); in OnDeviceDisconnected() 74 kvStore_.reset(); in OnDeviceDisconnected() 147 kvStore_.reset(); in GetKvStore() 149 kvDataManager_.reset(); in GetKvStore() 189 kvDataManager_.reset(); in CheckRemoteDevicesIsUsing() 198 kvStore_.reset(); in CheckRemoteDevicesIsUsing()
|
/base/msdp/device_status/intention/scheduler/plugin_manager/src/ |
H A D | plugin_manager.cpp | 57 cooperate_.reset(); in UnloadCooperate() 79 motionDrag_.reset(); in UnloadMotionDrag()
|
/base/security/appverify/interfaces/innerkits/appverify/src/provision/ |
H A D | provision_info.cpp | 31 profileBlock.reset(nullptr); in ~ProvisionInfo() 61 (this->profileBlock).reset(nullptr); in operator =()
|
/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_pipe.cpp | 133 faultLoggerPipeBuf_.reset(); in ~FaultLoggerPipe2() 134 faultLoggerPipeRes_.reset(); in ~FaultLoggerPipe2() 135 faultLoggerJsonPipeBuf_.reset(); in ~FaultLoggerPipe2() 136 faultLoggerJsonPipeRes_.reset(); in ~FaultLoggerPipe2()
|
/base/msdp/device_status/intention/adapters/ddm_adapter/src/ |
H A D | ddm_adapter_impl.cpp | 67 boardStateCb_.reset(); in Enable() 70 initCb_.reset(); in Enable() 81 boardStateCb_.reset(); in Disable() 88 initCb_.reset(); in Disable()
|
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/ |
H A D | array_map_serializer.cpp | 29 serializerInner_.reset(); in ~ArrayMapSerializer()
|
/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_buffer.cpp | 40 pduBuffer_.reset(); in ~MmsBuffer() 85 pduBuffer_.reset(); in WriteDataBuffer() 132 pduBuffer_.reset(); in WriteBufferFromFile()
|
/base/update/updater/test/unittest/script/ |
H A D | script_interpreter_unittest.cpp | 54 value.reset(); in TestScriptInterpreterScriptValue() 62 iv.reset(); in TestScriptInterpreterScriptValue() 70 fv.reset(); in TestScriptInterpreterScriptValue() 77 sv.reset(); in TestScriptInterpreterScriptValue() 86 rv.reset(); in TestScriptInterpreterScriptValue() 96 ev.reset(); in TestScriptInterpreterScriptValue()
|
/base/telephony/telephony_data/common/src/ |
H A D | telephony_datashare_stub_impl.cpp | 73 opKeyAbility_.reset(OpKeyAbility::Create()); in GetOpKeyAbility() 82 pdpProfileAbility_.reset(PdpProfileAbility::Create()); in GetPdpProfileAbility() 91 simAbility_.reset(SimAbility::Create()); in GetSimAbility() 100 smsMmsAbility_.reset(SmsMmsAbility::Create()); in GetSmsMmsAbility() 109 globalParamsAbility_.reset(GlobalParamsAbility::Create()); in GetGlobalParamsAbility() 117 opkeyVersionAbility_.reset(OpkeyVersionAbility::Create()); in GetOpkeyVersionAbility()
|
/base/security/code_signature/interfaces/innerkits/common/include/ |
H A D | byte_buffer.h | 49 data.reset(nullptr);
in ~ByteBuffer() 82 data.reset(nullptr);
in Resize()
|
/base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/ |
H A D | web_data_base_adapter_impl_test.cpp | 89 g_applicationContext.reset(contextMock); in SetUpTestCase() 90 g_dataBaseNull.reset(new OhosWebDataBaseAdapterImpl()); in SetUpTestCase() 97 g_applicationContext.reset(); in SetUpTestCase() 98 g_dataBaseNull.reset(new OhosWebDataBaseAdapterImpl()); in SetUpTestCase()
|
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_modem.h | 21 void ReqSetRadioState(const ReqDataInfo *requestInfo, int32_t function, int32_t reset);
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
H A D | stream_buffer.rs | 102 fn reset(&mut self) { in reset() functions 110 self.reset(); in clean() 304 The buffer will be reset. size:{}, unreadSize:{}", size, unread_size); in read_client_packets() 305 self.reset(); in read_client_packets() 325 will be reset. packetSize:{} unreadSize:{}", pkt.get_packet_length(), unread_size); in read_client_packets() 326 self.reset(); in read_client_packets() 337 self.reset(); in read_client_packets()
|
/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_event_test.cpp | 52 g_batteryNotify.reset();
in TearDownTestCase()
|
/base/powermgr/battery_manager/charger/src/ |
H A D | battery_backlight.cpp | 30 composer_.reset(V1_2::IDisplayComposerInterface::Get()); in BatteryBacklight()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/tasks/ |
H A D | task.cpp | 53 curAction_.reset(); in Resume() 145 curAction_.reset(); in ExecuteInner()
|
/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_listener.cpp | 170 handler_.reset(); in Stop() 185 runner_.reset(); in Stop()
|
/base/update/sys_installer/frameworks/action_processer/src/ |
H A D | action_processer.cpp | 85 curAction_.reset(); in Stop() 125 curAction_.reset(); in CompletedAction()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_ext_mgr.cpp | 31 entry.second.reset(); in ~ResourceManagerExtMgr()
|