Home
last modified time | relevance | path

Searched refs:SyncAdd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h47 virtual int SyncAdd() = 0;
64 int SyncAdd() override;
105 int SyncAdd() override;
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp96 int NativeRemoteProxyTest::SyncAdd() in SyncAdd() function in OHOS::NativeRemoteProxyTest
517 int ret = isSync ? SyncAdd() : ASyncAdd(); in AddParallel()
531 { NATIVE_TEST_CMD_SYNC_ADD, [](NativeRemoteStubTest *stub) { return stub->SyncAdd(); }}, in __anon2b43c6f60302()
608 int NativeRemoteStubTest::SyncAdd() in SyncAdd() function in OHOS::NativeRemoteStubTest
H A Dtest_service_client.cpp168 { NATIVE_TEST_CMD_SYNC_ADD, [&]() { return remoteProxy->SyncAdd(); }}, in TestNativeIPCSendRequests()
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dlib.rs357 SyncAdd = 1 << 0,
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_add.rs96 db_data.entry(column::SYNC_STATUS).or_insert(Value::Number(SyncStatus::SyncAdd as u32)); in add_default_attrs()