Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Ddevsl_dispatcher.cpp64 int status = DATASL_GetHighestSecLevelAsync(&queryParams, &DevslDispatcher::DevslGottonCallback); in DevslGetRegister()
108 void DevslDispatcher::DevslGottonCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in DevslGottonCallback() function in OHOS::Storage::DistributedFile::DevslDispatcher
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Ddevsl_dispatcher_test.cpp106 * @tc.desc: Verify the DevslGottonCallback function.
121 DevslDispatcher::DevslGottonCallback(&queryParam, 0, level); in HWTEST_F()
122 DevslDispatcher::DevslGottonCallback(&queryParam, 1, level); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Ddevsl_dispatcher.h36 static void DevslGottonCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo);

Completed in 2 milliseconds