Home
last modified time | relevance | path

Searched refs:isAdding (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Davoid_area_controller.h51 void AddOrRemoveOverlayWindowIfNeed(const sptr<WindowNode>& overlayNode, bool isAdding);
52 void AddOrRemoveKeyboard(const sptr<WindowNode>& keyboardNode, bool isAdding);
/foundation/window/window_manager/wmserver/src/
H A Davoid_area_controller.cpp69 void AvoidAreaController::AddOrRemoveOverlayWindowIfNeed(const sptr<WindowNode>& overlayNode, bool isAdding) in AddOrRemoveOverlayWindowIfNeed() argument
83 if (isAdding == isRecorded) { in AddOrRemoveOverlayWindowIfNeed()
84 WLOGE("error occured in overlay. overlayId %{public}u isAdding %{public}d record flag %{public}d", in AddOrRemoveOverlayWindowIfNeed()
85 overlayId, isAdding, isRecorded); in AddOrRemoveOverlayWindowIfNeed()
88 if (isAdding) { in AddOrRemoveOverlayWindowIfNeed()
95 AddOrRemoveKeyboard(overlayNode, isAdding); in AddOrRemoveOverlayWindowIfNeed()
105 void AvoidAreaController::AddOrRemoveKeyboard(const sptr<WindowNode>& keyboardNode, bool isAdding) in AddOrRemoveKeyboard() argument
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp110 bool isAdding; member
294 if (gattServiceWrapper.isAdding && GATTSERVICE(serverId_, i)->GetUuid().Equals(Service->GetUuid())) {
295 gattServiceWrapper.isAdding = false;
731 GATTSERVICES(serverId, i).isAdding = false; in BleGattsAddService()
903 GATTSERVICES(serverId, srvcHandle).isAdding = true; in BleGattsStartService()
933 GATTSERVICES(serverId, srvcHandle).isAdding = false; in BleGattsStopService()

Completed in 3 milliseconds