Home
last modified time | relevance | path

Searched refs:pOperation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Doperation_test.cpp312 Operation *pOperation = operation->Unmarshalling(in); variable
313 if (pOperation != nullptr) {
314 EXPECT_EQ(true, *pOperation == *(operation.get()));
316 EXPECT_EQ(true, pOperation != nullptr);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_operation_test.cpp346 DistributedOperation* pOperation = operation->Unmarshalling(in); variable
347 if (pOperation != nullptr) {
348 EXPECT_EQ(true, *pOperation == *(operation.get()));
350 EXPECT_EQ(true, pOperation != nullptr);