Home
last modified time | relevance | path

Searched refs:isChange (Results 1 - 24 of 24) sorted by relevance

/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()
/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()
328 bool isChange = data.ReadBool(); in RemoteOnP2pDiscoveryChanged() local
329 OnP2pDiscoveryChanged(isChange); in RemoteOnP2pDiscoveryChanged()
H A Dwifi_p2p_callback_stub.h89 * @param isChange - true : change, false : not change
91 void OnP2pDiscoveryChanged(bool isChange) override;
H A Dwifi_sa_event.h111 void OnP2pDiscoveryChanged(bool isChange) override;
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_p2p_callback.h84 * @param isChange - true : change, false : not change
86 virtual void OnP2pDiscoveryChanged(bool isChange) = 0;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_callback_proxy.h81 * @param isChange - true : change, false : not change
83 void OnP2pDiscoveryChanged(bool isChange) override;
H A Dwifi_p2p_callback_proxy.cpp219 void WifiP2pCallbackProxy::OnP2pDiscoveryChanged(bool isChange) in OnP2pDiscoveryChanged() argument
230 data.WriteBool(isChange); in OnP2pDiscoveryChanged()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp135 bool isChange = LoadIntoCache(isLocal, devInfos, dbInfos); in NotifyDBInfos()
139 } else if (isLocal && localCallback_ != nullptr && isChange) { in NotifyDBInfos()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.h49 void OnP2pDiscoveryChanged(bool isChange) override;
H A Dwfd_sink_scene.h47 void OnP2pDiscoveryChanged(bool isChange) override;
H A Dwfd_source_scene.cpp212 void WfdSourceScene::WfdP2pCallback::OnP2pDiscoveryChanged(bool isChange) in OnP2pDiscoveryChanged() argument
214 SHARING_LOGD("isChange: %{public}d.", isChange); in OnP2pDiscoveryChanged()
H A Dwfd_sink_scene.cpp160 void WfdSinkScene::WfdP2pCallback::OnP2pDiscoveryChanged(bool isChange) in OnP2pDiscoveryChanged() argument
162 SHARING_LOGD("isChange: %{public}d.", isChange); in OnP2pDiscoveryChanged()
/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()
/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()
/foundation/communication/wifi/wifi/frameworks/cj/src/
H A Dwifi_callback.cpp349 void OnP2pDiscoveryChanged(bool isChange) override
356 p2pDiscoveryChange(static_cast<int32_t>(isChange));
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp412 void OnP2pDiscoveryChanged(bool isChange) override {
414 CheckAndNotify(EVENT_P2P_DISCOVERY_CHANGE, (int)isChange);
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_p2p_callback_stub_test.cpp101 void OnP2pDiscoveryChanged(bool isChange) override
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp122 bool isChange = false; in Create() local
125 isChange = true; in Create()
147 if (capturer != nullptr && isChange) { in Create()
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp436 void WifiP2pCEventCallback::OnP2pDiscoveryChanged(bool isChange) in OnP2pDiscoveryChanged() argument
/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp389 bool isChange = in OnDirtyLayoutWrapperSwap() local
392 CHECK_NULL_RETURN(isChange, false); in OnDirtyLayoutWrapperSwap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp82 bool isChange = in OnDirtyLayoutWrapperSwap() local
85 CHECK_NULL_RETURN(isChange, false); in OnDirtyLayoutWrapperSwap()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp1775 bool isChange = (isExist && storageFiles.size == it->second.size && in CompareFiles() local
1777 if (storageFiles.isDir == false && isChange) { in CompareFiles()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp7707 bool isChange = false; in GetWindowDrawingContentChangeInfo() local
7711 isChange = GetProcessDrawingState(windowId, pid, currentDrawingContentState); in GetWindowDrawingContentChangeInfo()
7714 if (isChange) { in GetWindowDrawingContentChangeInfo()
7736 bool isChange = true; in GetProcessDrawingState() local
7750 return isChange; in GetProcessDrawingState()

Completed in 50 milliseconds