Searched refs:IsCallerSelfFunc (Results 1 – 7 of 7) sorted by relevance
54 EXPORT static const std::string IsCallerSelfFunc(const std::vector<std::string>& args);
103 const std::string MediaAssetRdbStore::IsCallerSelfFunc(const std::vector<std::string>& args) in IsCallerSelfFunc() function in OHOS::Media::MediaAssetRdbStore156 config.SetScalarFunction("is_caller_self_func", 0, IsCallerSelfFunc); in TryGetRdbStore()
133 static std::string IsCallerSelfFunc(const std::vector<std::string> &args);
138 EXPORT static const std::string IsCallerSelfFunc(const std::vector<std::string> &args);
63 config.SetScalarFunction("is_caller_self_func", 0, IsCallerSelfFunc); in InitDb()77 std::string BackupDatabaseUtils::IsCallerSelfFunc(const std::vector<std::string> &args) in IsCallerSelfFunc() function in OHOS::Media::BackupDatabaseUtils
406 retTest = MediaLibraryRdbStore::IsCallerSelfFunc(columns);
190 const std::string MediaLibraryRdbStore::IsCallerSelfFunc(const std::vector<std::string> &args) in IsCallerSelfFunc() function in OHOS::Media::MediaLibraryRdbStore231 config_.SetScalarFunction("is_caller_self_func", 0, IsCallerSelfFunc); in MediaLibraryRdbStore()