/foundation/distributedhardware/device_manager/test/servicesfuzztest/shiftlnngeardeviceservice_fuzzer/ |
H A D | shift_lnn_gear_device_service_fuzzer.cpp | 30 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 D | ipc_get_trustdevice_req.h | 62 void SetRefresh(bool isRefresh) in SetRefresh() argument 64 isRefresh_ = isRefresh; in SetRefresh()
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicelistrefresh_fuzzer/ |
H A D | device_list_refresh_fuzzer.cpp | 37 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 D | refresh_component.h | 69 void IsRefresh(bool isRefresh) in IsRefresh() argument 71 isRefresh_ = isRefresh; in IsRefresh()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | refresh_model_impl.cpp | 88 void RefreshModelImpl::IsRefresh(bool isRefresh) in IsRefresh() argument 93 component->IsRefresh(isRefresh); in IsRefresh()
|
H A D | refresh_model_impl.h | 36 void IsRefresh(bool isRefresh) override;
|
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 406 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 D | form_pattern.h | 197 void LoadFormSkeleton(bool isRefresh = false); 199 void LoadDisableFormStyle(const RequestFormInfo& info, bool isRefresh = false);
|
H A D | form_pattern.cpp | 893 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 D | refresh_model.h | 41 virtual void IsRefresh(bool isRefresh) = 0;
|
H A D | refresh_model_ng.h | 52 void IsRefresh(bool isRefresh) override {}
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | device_manager_mock.h | 43 bool isRefresh, std::vector<DmDeviceInfo> &deviceList);
|
H A D | device_manager_mock.cpp | 51 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 D | rscommand_fuzzer.cpp | 75 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 D | UTTest_device_manager_service.cpp | 405 * @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 D | UTTest_device_manager_impl.cpp | 1460 * 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 D | rs_surface_node_command.cpp | 148 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 D | device_manager.h | 62 * @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 D | device_manager_impl.h | 60 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 D | rs_surface_node_command.h | 90 static void SetCallbackForRenderThreadRefresh(RSContext& context, NodeId id, bool isRefresh);
|
/foundation/filemanagement/dfs_service/test/mock/ |
H A D | device_manager_impl_mock.cpp | 56 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 D | album_count_cover_test.cpp | 156 int32_t MakePhotoUnpending(int fileId, bool isRefresh) in MakePhotoUnpending() argument 191 if (isRefresh) { in MakePhotoUnpending()
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | device_manager_service.h | 69 int32_t ShiftLNNGear(const std::string &pkgName, const std::string &callerId, bool isRefresh, bool isWakeUp);
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 283 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 D | device_manager_impl.cpp | 246 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
|