Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_task_test.cpp55 int taskResult = 0; variable
56 auto taskFunc = [&taskResult]() { taskResult = 1; }; in __anondf92b98f0102()
74 int taskResult = 0; variable
75 auto taskFunc = [&taskResult]() { taskResult = 1; }; in __anondf92b98f0202()
88 int taskResult = 0; variable
89 auto taskFunc = [&taskResult]() { taskResult = 1; }; in __anondf92b98f0302()
H A Dwatchdog_inner_test.cpp106 int taskResult = 0; variable
107 auto taskFunc = [&taskResult]() { taskResult = 1; }; in __anon9c4dc5580102()
109 ASSERT_EQ(taskResult, 0);
131 int taskResult = 0; variable
132 auto taskFunc = [&taskResult]() { taskResult = 1; }; in __anon9c4dc5580202()
138 ASSERT_EQ(taskResult, 0);
156 int taskResult = 0; variable
157 auto taskFunc = [&taskResult]() { taskResult = 1; }; in __anon9c4dc5580302()
181 int taskResult = 0; variable
182 auto taskFunc = [&taskResult]() { taskResult = 1; }; in __anon9c4dc5580402()
H A Dwatchdog_interface_test.cpp313 int taskResult = 0; variable
314 auto taskFunc = [&taskResult]() { taskResult += 1; }; in __anon2a7dc1ed0d02()
317 ASSERT_GT(taskResult, EXPECT_RUN_TIMES);
331 int taskResult = 0; variable
332 auto taskFunc = [&taskResult]() { taskResult += 1; }; in __anon2a7dc1ed0e02()
334 ASSERT_EQ(taskResult, 0);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp83 …hed = [&semaphore, &taskErrCode, &result](int32_t retCode, std::shared_ptr<ResultSet> taskResult) { in RemoteQuery() argument
85 result = taskResult; in RemoteQuery()