Searched refs:ASYNC_IDLE (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | async_obtain_data.cpp | 131 ProgressInfo progress{ "", ASYNC_IDLE, 0 }; in InvokeCallback() 152 processInfo_.srcDevName = (info.syncStatus == ASYNC_IDLE ? "Local" : info.srcDevName); in UpdateProcessInfo() 167 taskStatus_ = ASYNC_IDLE; in ClearTask() 202 if (processInfo_.syncStatus == ASYNC_SUCCESS || processInfo_.syncStatus == ASYNC_IDLE) { in CalSyncProgress()
|
H A D | async_obtain_data.h | 51 AsyncTaskStatus taskStatus_{ ASYNC_IDLE };
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_types.h | 85 ASYNC_IDLE = 0,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
H A D | runtime_store.cpp | 337 AsyncProcessInfo processInfo{ASYNC_IDLE, ASYNC_IDLE, "", 0, 0, 0, 0, 0};
in NotifySyncProcss()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 53 constexpr int ASYNC_IDLE = 0; member
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | udmf_client_test.cpp | 2591 if (progress.status == ASYNC_IDLE || progress.status == ASYNC_RUNNING) { in HWTEST_F() 2654 if (progress.status == ASYNC_IDLE || progress.status == ASYNC_RUNNING) { in HWTEST_F()
|
Completed in 8 milliseconds