Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
H A Dpermission_test.cpp64 EXPECT_EQ(GetCallerBundleInfo(nullptr, &bundleInfo), DMS_EC_INVALID_PARAMETER);
65 EXPECT_EQ(GetCallerBundleInfo(&callerInfo, nullptr), DMS_EC_INVALID_PARAMETER);
78 EXPECT_EQ(GetCallerBundleInfo(&callerInfo, &bundleInfo), DMS_EC_FAILURE);
106 EXPECT_EQ(GetCallerBundleInfo(&callerInfo, &bundleInfo), DMS_EC_SUCCESS);
125 EXPECT_EQ(GetCallerBundleInfo(&callerInfo, &bundleInfo), DMS_EC_FAILURE);
140 EXPECT_EQ(GetCallerBundleInfo(&callerInfo, &callerBundleInfo), DMS_EC_FAILURE);
/ohos5.0/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_permission.h48 int32_t GetCallerBundleInfo(const CallerInfo *callerInfo, BundleInfo *bundleInfo);
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_permission.c204 int32_t GetCallerBundleInfo(const CallerInfo *callerInfo, BundleInfo *bundleInfo) in GetCallerBundleInfo() function
H A Ddmslite_famgr.c120 int32_t ret = GetCallerBundleInfo(callerInfo, &bundleInfo); in MarshallDmsMessage()