Home
last modified time | relevance | path

Searched refs:isNeedCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp253 bool isNeedCallback = (oldChecked_ != checked_); in HandleDragEnd() local
254 if (isNeedCallback && changeEvent_) { in HandleDragEnd()
261 if (isNeedCallback && onChange_) { in HandleDragEnd()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1406 bool isNeedCallback = (onConflict != nullptr); in PublishLocal() local
1434 …rCode = PublishInner(localCommittedData, updateTimestamp, localRecord, syncRecord, isNeedCallback); in PublishLocal()
1437 if (errCode != E_OK || isNeedCallback) { in PublishLocal()
1451 if (isNeedCallback) { in PublishLocal()
1472 …l updateTimestamp, SingleVerRecord &localRecord, SingleVerRecord &syncRecord, bool &isNeedCallback) in PublishInner() argument
1502 if (isNeedCallback) { in PublishInner()
1516 isNeedCallback = false; in PublishInner()
H A Dsqlite_single_ver_natural_store_connection.h167 SingleVerRecord &localRecord, SingleVerRecord &syncRecord, bool &isNeedCallback);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp594 bool isNeedCallback = character->GetWriteType() == GattCharacteristic::WriteType::DEFAULT; in WriteCharacteristicValueEx() local
596 env, info, func, isNeedCallback ? ASYNC_WORK_NEED_CALLBACK : ASYNC_WORK_NO_NEED_CALLBACK); in WriteCharacteristicValueEx()
599 if (isNeedCallback) { in WriteCharacteristicValueEx()