Home
last modified time | relevance | path

Searched refs:needRemove (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.h51 bool needRemove = false; member in OHOS::AppDistributedKv::SoftBusClient
H A Dsoftbus_adapter_standard.cpp205 if (!isOHOSType && connect->needRemove) { in SendData()
578 conn->needRemove = true; in OnBind()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h68 using ClearCallbackMapFunc = std::function<void(bool needRemove)>;
379 void ClearJsSceneSessionCbMap(bool needRemove); // ONLY Accessed on OS_sceneSession thread
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp364 void SceneSession::ClearJsSceneSessionCbMap(bool needRemove) in ClearJsSceneSessionCbMap() argument
367 TLOGD(WmsLogTag::WMS_LIFE, "id: %{public}d, needRemove: %{public}d", GetPersistentId(), needRemove); in ClearJsSceneSessionCbMap()
368 sessionChangeCallback_->clearCallbackFunc_(needRemove); in ClearJsSceneSessionCbMap()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp405 sessionchangeCallback->clearCallbackFunc_ = [weakThis = wptr(this)](bool needRemove) { in JsSceneSession()
406 if (!needRemove) { in JsSceneSession()
407 TLOGND(WmsLogTag::WMS_LIFE, "clearCallbackFunc needRemove is false"); in JsSceneSession()

Completed in 20 milliseconds