Home
last modified time | relevance | path

Searched refs:isRefresh (Results 1 - 25 of 32) sorted by relevance

12

/foundation/distributedhardware/device_manager/test/servicesfuzztest/shiftlnngeardeviceservice_fuzzer/
H A Dshift_lnn_gear_device_service_fuzzer.cpp30 bool isRefresh = true; in ShiftLNNGearDeviceServiceFuzzTest() local
32 DeviceManagerService::GetInstance().ShiftLNNGear(pkgName, callerId, isRefresh, false); in ShiftLNNGearDeviceServiceFuzzTest()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_trustdevice_req.h62 void SetRefresh(bool isRefresh) in SetRefresh() argument
64 isRefresh_ = isRefresh; in SetRefresh()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicelistrefresh_fuzzer/
H A Ddevice_list_refresh_fuzzer.cpp37 bool isRefresh = true; in DeviceListRefreshFuzzTest() local
41 DeviceManager::GetInstance().GetTrustedDeviceList(bundleName, extra, isRefresh, devList); in DeviceListRefreshFuzzTest()
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h69 void IsRefresh(bool isRefresh) in IsRefresh() argument
71 isRefresh_ = isRefresh; in IsRefresh()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.cpp88 void RefreshModelImpl::IsRefresh(bool isRefresh) in IsRefresh() argument
93 component->IsRefresh(isRefresh); in IsRefresh()
H A Drefresh_model_impl.h36 void IsRefresh(bool isRefresh) override;
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js406 this.v4 = new ObservedPropertySimplePU(true, this, 'isRefresh');
447 if (params.isRefresh !== undefined) {
448 this.isRefresh = params.isRefresh;
531 get isRefresh() {
534 set isRefresh(newValue) {
538 this.isRefresh = !this.isRefresh;
848 return JSON.stringify(this.isRefresh);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.h197 void LoadFormSkeleton(bool isRefresh = false);
199 void LoadDisableFormStyle(const RequestFormInfo& info, bool isRefresh = false);
H A Dform_pattern.cpp893 void FormPattern::LoadDisableFormStyle(const RequestFormInfo& info, bool isRefresh) in LoadDisableFormStyle() argument
905 if (!isRefresh && GetFormChildNode(FormChildNodeType::FORM_FORBIDDEN_ROOT_NODE) != nullptr && in LoadDisableFormStyle()
964 void FormPattern::LoadFormSkeleton(bool isRefresh) in LoadFormSkeleton() argument
967 if (!isRefresh && GetFormChildNode(FormChildNodeType::FORM_SKELETON_NODE) != nullptr) { in LoadFormSkeleton()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model.h41 virtual void IsRefresh(bool isRefresh) = 0;
H A Drefresh_model_ng.h52 void IsRefresh(bool isRefresh) override {}
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Ddevice_manager_mock.h43 bool isRefresh, std::vector<DmDeviceInfo> &deviceList);
H A Ddevice_manager_mock.cpp51 bool isRefresh, std::vector<DmDeviceInfo> &deviceList) in GetTrustedDeviceList()
50 GetTrustedDeviceList(const std::string &pkgName, const std::string &extra, bool isRefresh, std::vector<DmDeviceInfo> &deviceList) GetTrustedDeviceList() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp75 bool isRefresh = GetData<bool>(); in RSSurfaceNodeCommandFuzzTest() local
90 SurfaceNodeCommandHelper::SetCallbackForRenderThreadRefresh(context, static_cast<NodeId>(id), isRefresh); in RSSurfaceNodeCommandFuzzTest()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service.cpp405 * @tc.desc:Set the pkgName to null, callerId not to null, and isRefresh to true; Return ERR_DM_INPUT_PARA_INVALID
413 bool isRefresh = true; in HWTEST_F() local
414 int ret = DeviceManagerService::GetInstance().ShiftLNNGear(pkgName, callerId, isRefresh, false); in HWTEST_F()
420 * @tc.desc:Set the callerId to null, pkgNamenot not to null, and isRefresh to true; Return ERR_DM_INPUT_PARA_INVALID
428 bool isRefresh = true; in HWTEST_F() local
430 int ret = DeviceManagerService::GetInstance().ShiftLNNGear(pkgName, callerId, isRefresh, false); in HWTEST_F()
436 * @tc.desc:Set the callerId and pkgNamenot not to null, and isRefresh to true; Return DM_OK
461 bool isRefresh = true; in HWTEST_F() local
462 int ret = DeviceManagerService::GetInstance().ShiftLNNGear(pkgName, callerId, isRefresh, false); in HWTEST_F()
468 * @tc.desc:Set the callerId and pkgNamenot not to null, and isRefresh t
493 bool isRefresh = false; HWTEST_F() local
508 bool isRefresh = false; HWTEST_F() local
523 bool isRefresh = true; HWTEST_F() local
539 bool isRefresh = true; HWTEST_F() local
[all...]
H A DUTTest_device_manager_impl.cpp1460 * set isRefresh true
1470 bool isRefresh = true; in HWTEST_F() local
1472 int32_t ret = DeviceManager::GetInstance().GetTrustedDeviceList(packName, extra, isRefresh, deviceList); in HWTEST_F()
1481 * set isRefresh true
1491 bool isRefresh = true; in HWTEST_F() local
1493 int32_t ret = DeviceManager::GetInstance().GetTrustedDeviceList(packName, extra, isRefresh, deviceList); in HWTEST_F()
1502 * set isRefresh true
1512 bool isRefresh = false; in HWTEST_F() local
1514 int32_t ret = DeviceManager::GetInstance().GetTrustedDeviceList(packName, filterOptions, isRefresh, deviceList); in HWTEST_F()
1517 ret = DeviceManager::GetInstance().GetTrustedDeviceList(packName, filterOptions, isRefresh, deviceLis in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp148 RSContext& context, NodeId id, bool isRefresh) in SetCallbackForRenderThreadRefresh()
152 node->SetCallbackForRenderThreadRefresh(isRefresh); in SetCallbackForRenderThreadRefresh()
147 SetCallbackForRenderThreadRefresh( RSContext& context, NodeId id, bool isRefresh) SetCallbackForRenderThreadRefresh() argument
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h62 * @param isRefresh refresh the list quickly.
67 bool isRefresh, std::vector<DmDeviceInfo> &deviceList) = 0;
506 * @param isRefresh refresh the list quickly.
511 const std::map<std::string, std::string> &filterOptions, bool isRefresh,
H A Ddevice_manager_impl.h60 bool isRefresh, std::vector<DmDeviceInfo> &deviceList) override;
369 const std::map<std::string, std::string> &filterOptions, bool isRefresh,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h90 static void SetCallbackForRenderThreadRefresh(RSContext& context, NodeId id, bool isRefresh);
/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp56 bool isRefresh, in GetTrustedDeviceList()
54 GetTrustedDeviceList(const std::string &pkgName, const std::string &extra, bool isRefresh, std::vector<DmDeviceInfo> &deviceList) GetTrustedDeviceList() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/
H A Dalbum_count_cover_test.cpp156 int32_t MakePhotoUnpending(int fileId, bool isRefresh) in MakePhotoUnpending() argument
191 if (isRefresh) { in MakePhotoUnpending()
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h69 int32_t ShiftLNNGear(const std::string &pkgName, const std::string &callerId, bool isRefresh, bool isWakeUp);
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp283 int32_t DeviceManagerService::ShiftLNNGear(const std::string &pkgName, const std::string &callerId, bool isRefresh, in ShiftLNNGear() argument
286 LOGD("Begin for pkgName = %{public}s, callerId = %{public}s, isRefresh =" in ShiftLNNGear()
287 "%{public}d, isWakeUp = %{public}d", pkgName.c_str(), GetAnonyString(callerId).c_str(), isRefresh, isWakeUp); in ShiftLNNGear()
296 if (isRefresh) { in ShiftLNNGear()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp246 bool isRefresh, std::vector<DmDeviceInfo> &deviceList) in GetTrustedDeviceList()
254 LOGD("Start, pkgName: %{public}s, extra: %{public}s, isRefresh: %{public}d", GetAnonyString(pkgName).c_str(), in GetTrustedDeviceList()
255 extra.c_str(), isRefresh); in GetTrustedDeviceList()
261 req->SetRefresh(isRefresh); in GetTrustedDeviceList()
1950 const std::map<std::string, std::string> &filterOptions, bool isRefresh, in GetTrustedDeviceList()
1958 return GetTrustedDeviceList(pkgName, filterOpStr, isRefresh, deviceList); in GetTrustedDeviceList()
245 GetTrustedDeviceList(const std::string &pkgName, const std::string &extra, bool isRefresh, std::vector<DmDeviceInfo> &deviceList) GetTrustedDeviceList() argument
1949 GetTrustedDeviceList(const std::string &pkgName, const std::map<std::string, std::string> &filterOptions, bool isRefresh, std::vector<DmDeviceInfo> &deviceList) GetTrustedDeviceList() argument

Completed in 27 milliseconds

12