Home
last modified time | relevance | path

Searched refs:ACTIVE_INVOKER (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_skeleton_unittest.cpp79 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
101 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
123 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
148 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
174 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
240 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
299 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
325 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
350 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
375 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
[all …]
H A Dipc_capi_skeleton_unittest.cpp107 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
121 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
137 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
181 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
200 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
226 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
252 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
H A Dipc_object_stub_unittest.cpp320 invoker->status_ = IRemoteInvoker::ACTIVE_INVOKER;
344 invoker->status_ = IRemoteInvoker::ACTIVE_INVOKER;
392 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
437 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
515 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
558 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
589 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
1041 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
1081 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
1121 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
[all …]
H A Ddbinder_callback_stub_unittest.cpp150 invoker->status_ = IRemoteInvoker::ACTIVE_INVOKER;
221 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
259 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
H A Dipc_object_proxy_unittest.cpp109 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
241 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
269 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
359 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
387 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
415 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
802 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
H A Dipc_core_unittest.cpp326 invoker->status_ = IRemoteInvoker::ACTIVE_INVOKER;
H A Dipc_binder_databus_invoker_unittest.cpp1088 .WillRepeatedly(testing::Return(IRemoteInvoker::ACTIVE_INVOKER));
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_process_skeleton.cpp30 if (activeStatus == IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_getCallingPid()
51 if (activeStatus == IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_getCallingUid()
H A Dnapi_remote_object.cpp357 newCallingInfoParam.activeStatus = IRemoteInvoker::ACTIVE_INVOKER; in NAPI_RemoteObject_getCallingInfo()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp66 if (activeStatus == IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_IPCSkeleton_getCallingTokenId()
87 if (activeStatus == IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_IPCSkeleton_getCallingDeviceID()
107 if (activeStatus == IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_IPCSkeleton_getLocalDeviceID()
127 if (activeStatus == IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_IPCSkeleton_isLocalCalling()
192 if (activeStatus != IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_IPCSkeleton_resetCallingIdentity()
277 if (activeStatus != IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_IPCSkeleton_setCallingIdentity()
419 if (activeStatus != IRemoteInvoker::ACTIVE_INVOKER) { in NAPI_IPCSkeleton_restoreCallingIdentity()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp241 …if ((binderInvoker != nullptr) && (binderInvoker->GetStatus() == IRemoteInvoker::ACTIVE_INVOKER)) { in GetActiveInvoker()
246 … ((dbinderInvoker != nullptr) && (dbinderInvoker->GetStatus() == IRemoteInvoker::ACTIVE_INVOKER)) { in GetActiveInvoker()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h34 ACTIVE_INVOKER, enumerator
H A Ddbinder_base_invoker_process.h65 SetStatus(IRemoteInvoker::ACTIVE_INVOKER); in ProcessTransaction()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Djs_datashare_ext_ability.h354 static constexpr int ACTIVE_INVOKER = 1; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp833 SetStatus(IRemoteInvoker::ACTIVE_INVOKER); in Transaction()
1454 if (status_ != BinderInvoker::ACTIVE_INVOKER) { in GetStatus()
1458 return flag ? BinderInvoker::ACTIVE_INVOKER : BinderInvoker::IDLE_INVOKER; in GetStatus()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp407 .activeStatus = ACTIVE_INVOKER, in SaveNewCallingInfo()