Home
last modified time | relevance | path

Searched refs:BundleToolCallbackStub (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/bundle_tool_callback/
H A Dbundle_tool_callback_stub.h30 class BundleToolCallbackStub : public IRemoteStub<IBundleToolCallback> {
32 BundleToolCallbackStub(std::condition_variable &cv, std::mutex &mutex, bool &dataReady) in BundleToolCallbackStub() function
36 virtual ~BundleToolCallbackStub() = default;
40 DISALLOW_COPY_AND_MOVE(BundleToolCallbackStub);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/bundle_tool_callback/
H A Dbundle_tool_callback_stub.cpp24 int32_t BundleToolCallbackStub::OnRemoteRequest( in OnRemoteRequest()
29 std::u16string descriptor = BundleToolCallbackStub::GetDescriptor(); in OnRemoteRequest()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp1029 sptr<BundleToolCallbackStub> bundleToolCallbackStub = in CheckOperation()
1030 new(std::nothrow) BundleToolCallbackStub(cv_, mutex_, dataReady_); in CheckOperation()