Home
last modified time | relevance | path

Searched refs:COMMAND_ON_BUNDLE_REMOVED (Results 1 – 4 of 4) sorted by relevance

/base/customization/enterprise_device_management/framework/extension/include/
Dienterprise_admin.h60 COMMAND_ON_BUNDLE_REMOVED = 4, enumerator
/base/customization/enterprise_device_management/test/unittest/src/
Denterprise_bundle_connection_test.cpp91 EXPECT_TRUE(remoteObject->code_ == IEnterpriseAdmin::COMMAND_ON_BUNDLE_REMOVED);
112 EXPECT_TRUE(remoteObject->code_ != IEnterpriseAdmin::COMMAND_ON_BUNDLE_REMOVED);
/base/customization/enterprise_device_management/services/edm/src/connection/
Denterprise_admin_proxy.cpp64 SendRequest(COMMAND_ON_BUNDLE_REMOVED, data); in OnBundleRemoved()
/base/customization/enterprise_device_management/framework/extension/src/
Denterprise_admin_stub.cpp44 memberFuncMap_[COMMAND_ON_BUNDLE_REMOVED] = &EnterpriseAdminStub::OnBundleRemovedInner; in AddCallFuncMap()