Searched refs:OP_ADD (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/server/ |
H A D | rpc_server.c | 25 OP_ADD = 1, enumerator 45 case OP_ADD: { in RemoteRequestOne()
|
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/client/ |
H A D | rpc_client.c | 33 OP_ADD = 1, enumerator 63 int32_t ret = SendRequest(sid, OP_ADD, &data2, &reply2, option, &ptr2); in RpcClientTestOne()
|
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/ |
H A D | RpcServerTest.cpp | 32 case OP_ADD: { in Calculator() 71 case OP_ADD: in RemoteRequestOne()
|
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/include/ |
H A D | rpc_test.h | 28 constexpr int32_t OP_ADD = 1; variable
|
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/client/ |
H A D | RpcClientTest.cpp | 143 int32_t ret = SendRequest(sid, OP_ADD, &data2, &reply2, option, &ptr2); 168 int32_t ret = SendRequest(sid, OP_ADD, &data2, &reply2, option, &ptr2);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.cpp | 328 DumpNode(node, -1, OperationType::OP_ADD, nodeObject); in DumpNewNodes() 445 DumpNode(node, depth, OperationType::OP_ADD, nodeObject); in DumpTreeInner() 653 if (op == OperationType::OP_ADD) { in UpdateUITreeInner()
|
H A D | distributed_ui.h | 55 OP_ADD = 0, enumerator
|