/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-path2d.md | 151 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 D | ui-js-components-path2d.md | 151 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 D | js_struct.ts | 289 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 D | wifi_p2p_callback_stub.cpp | 170 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 D | wifi_p2p_callback_stub.h | 91 void OnP2pDiscoveryChanged(bool isChange) override;
|
H A D | wifi_sa_event.h | 111 void OnP2pDiscoveryChanged(bool isChange) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvdb_notifier_client.cpp | 71 … 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 D | ContentDisplayComponent.ets | 38 @Provide isChange: boolean = false; 51 this.isChange = true; 58 if (this.isChange) {
|
H A D | TitileComponent.ets | 22 @Consume isChange: boolean; 30 this.isChange = true;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_p2p_callback.h | 86 virtual void OnP2pDiscoveryChanged(bool isChange) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/ |
H A D | wifi_p2p_callback_proxy.h | 83 void OnP2pDiscoveryChanged(bool isChange) override;
|
H A D | wifi_p2p_callback_proxy.cpp | 220 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 D | db_status_adapter.cpp | 135 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 D | ams_app_life_cycle_module_test.cpp | 82 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 D | navigation_pattern.h | 189 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 D | metadata_controller.cpp | 296 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 D | wifi_napi_event.cpp | 412 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 D | audio_capturer.cpp | 115 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 D | wifi_p2p_callback_stub_test.cpp | 101 void OnP2pDiscoveryChanged(bool isChange) override in OnP2pDiscoveryChanged() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 318 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 D | wifi_c_p2p.cpp | 436 void WifiP2pCEventCallback::OnP2pDiscoveryChanged(bool isChange) in OnP2pDiscoveryChanged() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.cpp | 391 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 D | textpicker_column_pattern.cpp | 86 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 D | ext_extension.cpp | 1774 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 D | scene_session_manager.cpp | 8096 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()
|