Home
last modified time | relevance | path

Searched refs:isChange (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-path2d.md151 isChange: true,
186 if (this.isChange) {
193 this.isChange = !this.isChange;
199 this.isChange = !this.isChange;
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-path2d.md151 isChange: true,
186 if (this.isChange) {
193 this.isChange = !this.isChange;
199 this.isChange = !this.isChange;
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/struct/
H A Djs_struct.ts289 private isChange: boolean;
296 this.isChange = true;
309 this.isChange = true;
340 this.isChange = true;
398 this.isChange = true;
452 if (!this.isChange) {
471 this.isChange = false;
679 this.isChange = true;
716 if (!this.isChange) {
753 this.isChange = true;
[all …]
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_callback_stub.cpp170 void WifiP2pCallbackStub::OnP2pDiscoveryChanged(bool isChange) in OnP2pDiscoveryChanged() argument
172 WIFI_LOGI("WifiP2pCallbackStub::OnP2pDiscoveryChanged, isChange:%{public}d", isChange); in OnP2pDiscoveryChanged()
174 userCallback_->OnP2pDiscoveryChanged(isChange); in OnP2pDiscoveryChanged()
176 WriteWifiEventReceivedHiSysEvent(HISYS_P2P_DISCOVERY_CHANGE, isChange); in OnP2pDiscoveryChanged()
329 bool isChange = data.ReadBool(); in RemoteOnP2pDiscoveryChanged() local
330 OnP2pDiscoveryChanged(isChange); in RemoteOnP2pDiscoveryChanged()
H A Dwifi_p2p_callback_stub.h91 void OnP2pDiscoveryChanged(bool isChange) override;
H A Dwifi_sa_event.h111 void OnP2pDiscoveryChanged(bool isChange) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp71 … remotes_.Compute(clientUuid, [isChange = changed, type](const auto &key, auto &value) -> bool { in OnRemoteChange()
74 value.first = isChange; in OnRemoteChange()
77 value.second = isChange; in OnRemoteChange()
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/view/
H A DContentDisplayComponent.ets38 @Provide isChange: boolean = false;
51 this.isChange = true;
58 if (this.isChange) {
H A DTitileComponent.ets22 @Consume isChange: boolean;
30 this.isChange = true;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_p2p_callback.h86 virtual void OnP2pDiscoveryChanged(bool isChange) = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_callback_proxy.h83 void OnP2pDiscoveryChanged(bool isChange) override;
H A Dwifi_p2p_callback_proxy.cpp220 void WifiP2pCallbackProxy::OnP2pDiscoveryChanged(bool isChange) in OnP2pDiscoveryChanged() argument
231 data.WriteBool(isChange); in OnP2pDiscoveryChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp135 bool isChange = LoadIntoCache(isLocal, devInfos, dbInfos); in NotifyDBInfos() local
139 } else if (isLocal && localCallback_ != nullptr && isChange) { in NotifyDBInfos()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp82 const bool isChange = false) const;
85 const bool isChange = false) const;
223 const bool isChange) const in ChangeAbilityStateToForegroud()
225 if (!isChange) { in ChangeAbilityStateToForegroud()
233 if (!isChange) { in ChangeAbilityStateToForegroud()
243 const bool isChange) const in ChangeAbilityStateToBackGroud()
245 if (!isChange) { in ChangeAbilityStateToBackGroud()
253 if (!isChange) { in ChangeAbilityStateToBackGroud()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.h189 void SetNavBarVisibilityChange(bool isChange) in SetNavBarVisibilityChange() argument
191 navBarVisibilityChange_ = isChange; in SetNavBarVisibilityChange()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dmetadata_controller.cpp296 bool isChange = IsChangeTagData(metaType, baseEntry, newEntry); in CompareMetadata() local
297 if (isChange) { in CompareMetadata()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp412 void OnP2pDiscoveryChanged(bool isChange) override { in OnP2pDiscoveryChanged() argument
414 CheckAndNotify(EVENT_P2P_DISCOVERY_CHANGE, (int)isChange); in OnP2pDiscoveryChanged()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp115 bool isChange = false; in Create() local
118 isChange = true; in Create()
145 if (capturer != nullptr && isChange) { in Create()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_p2p_callback_stub_test.cpp101 void OnP2pDiscoveryChanged(bool isChange) override in OnP2pDiscoveryChanged() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp318 bool isChange = in OnDirtyLayoutWrapperSwap() local
321 CHECK_NULL_RETURN(isChange, false); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp436 void WifiP2pCEventCallback::OnP2pDiscoveryChanged(bool isChange) in OnP2pDiscoveryChanged() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp391 bool isChange = in OnDirtyLayoutWrapperSwap() local
394 CHECK_NULL_RETURN(isChange, false); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp86 bool isChange = in OnDirtyLayoutWrapperSwap() local
89 CHECK_NULL_RETURN(isChange, false); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp1774 bool isChange = (isExist && storageFiles.size == it->second.size && in CompareFiles() local
1776 if (storageFiles.isDir == false && isChange) { in CompareFiles()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8096 bool isChange = false; in GetWindowDrawingContentChangeInfo() local
8100 isChange = GetProcessDrawingState(windowId, pid, currentDrawingContentState); in GetWindowDrawingContentChangeInfo()
8102 if (isChange) { in GetWindowDrawingContentChangeInfo()
8124 bool isChange = true; in GetProcessDrawingState() local
8138 return isChange; in GetProcessDrawingState()