Home
last modified time | relevance | path

Searched defs:pendingTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_binding.h36 uint64_t pendingTime; member
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp291 std::string pendingTime; in ConvertLeasesToStationInfos() local
H A Ddhcp_s_server.cpp836 uint64_t pendingTime = binding->pendingTime; in Rebinding() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp1154 static int32_t SetPendingTime(const shared_ptr<FileAsset> &fileAsset, int64_t pendingTime) in SetPendingTime()
1177 static int32_t CreateFileAndSetPending(const shared_ptr<FileAsset> &fileAsset, int64_t pendingTime) in CreateFileAndSetPending()
1190 int64_t pendingTime = fileAsset->GetTimePending(); in SolvePendingStatus() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp427 int32_t SetPendingOnly(int32_t pendingTime, int64_t fileId) in SetPendingOnly()