Searched refs:isProvideDLPFeature (Results 1 – 12 of 12) sorted by relevance
237 int32_t DlpPermissionKit::IsDLPFeatureProvided(bool& isProvideDLPFeature) in IsDLPFeatureProvided() argument239 return DlpPermissionClient::GetInstance().IsDLPFeatureProvided(isProvideDLPFeature); in IsDLPFeatureProvided()
580 int32_t DlpPermissionClient::IsDLPFeatureProvided(bool& isProvideDLPFeature) in IsDLPFeatureProvided() argument587 return proxy->IsDLPFeatureProvided(isProvideDLPFeature); in IsDLPFeatureProvided()
997 int32_t DlpPermissionProxy::IsDLPFeatureProvided(bool& isProvideDLPFeature) in IsDLPFeatureProvided() argument1017 if (!reply.ReadBool(isProvideDLPFeature)) { in IsDLPFeatureProvided()
93 virtual int32_t IsDLPFeatureProvided(bool& isProvideDLPFeature) = 0;
63 int32_t IsDLPFeatureProvided(bool& isProvideDLPFeature) override;
71 int32_t IsDLPFeatureProvided(bool& isProvideDLPFeature);
97 static int32_t IsDLPFeatureProvided(bool& isProvideDLPFeature);
823 int32_t DlpPermissionService::IsDLPFeatureProvided(bool& isProvideDLPFeature) in IsDLPFeatureProvided() argument827 isProvideDLPFeature = true; in IsDLPFeatureProvided()831 isProvideDLPFeature = false; in IsDLPFeatureProvided()834 isProvideDLPFeature = false; in IsDLPFeatureProvided()
680 bool isProvideDLPFeature; in IsDLPFeatureProvidedInner() local681 IsDLPFeatureProvided(isProvideDLPFeature); in IsDLPFeatureProvidedInner()682 if (!reply.WriteBool(isProvideDLPFeature)) { in IsDLPFeatureProvidedInner()
84 int32_t IsDLPFeatureProvided(bool& isProvideDLPFeature) override;
207 bool isProvideDLPFeature = false; member
1784 … asyncContext->errCode = DlpPermissionKit::IsDLPFeatureProvided(asyncContext->isProvideDLPFeature); in IsDLPFeatureProvidedExcute()1798 …NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, asyncContext->isProvideDLPFeature, &isProvideDLPF… in IsDLPFeatureProvidedComplete()